#d0445d

Color #D0445D Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D0445D

Tints of Mandy #D0445D

Color information

#D0445D (or 0xD0445D) is unknown color: approx Mandy. HEX triplet: D0, 44 and 5D. RGB value is (208,68,93). Sum of RGB (Red+Green+Blue) = 208+68+93=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0445D is #2FBBA2. Grayscale: #707070. Windows color (decimal): -3128227 or 6112464. OLE color: 6112464.

HSL color Cylindrical-coordinate representation of color #D0445D: hue angle of 349.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0445D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2086893-
CMYK00.670.550.18
HSL349.29º59.83%54.12%-
HSV(B)349.29º67.31%81.57%-
XYZ30.0618.3312.31-
YUV112.71116.88195.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 56.37%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=56.37%
G=18.43%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208689300.670.550.18349.2959.8354.12
HexD0445D043371215d3c36
Octal320104135010367225357466
Binary11010000100010010111010100001111011110010101011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0445d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0445d; }

 p { color: rgb(208,68,93); }

 H1.HeaderClassName
 {
   color: #d0445d;
 }
 .AnyTagClassName
 {
   color: #d0445d;
 }
</style>
background-color css

<style>
 a { background-color: #d0445d; }

 a { background-color: rgb(208,68,93); }

 div.DivClassName
 {
   background-color: #d0445d;
 }
 .BgClassName
 {
   background-color: #d0445d;
 }
</style>
border-color css

<style>
 span { border-color: #d0445d; }

 span { border-color: rgb(208,68,93); }

 td.TdClassName
 {
   border-color: #d0445d;
 }
 .TagClassName
 {
   border-color: #d0445d;
 }
</style>