#D04053

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

Shades of Mandy #D04053

Tints of Mandy #D04053

Color information

#D04053 (or 0xD04053) is unknown color: approx Mandy. HEX triplet: D0, 40 and 53. RGB value is (208,64,83). Sum of RGB (Red+Green+Blue) = 208+64+83=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04053 is #2FBFAC. Grayscale: #6D6D6D. Windows color (decimal): -3129261 or 5456080. OLE color: 5456080.

HSL color Cylindrical-coordinate representation of color #D04053: hue angle of 352.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04053 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2086483-
CMYK00.690.600.18
HSL352.08º60.5%53.33%-
HSV(B)352.08º69.23%81.57%-
XYZ29.4117.710.05-
YUV109.22113.21198.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.59%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=58.59%
G=18.03%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208648300.690.600.18352.0860.553.33
HexD040530453C121603d35
Octal320100123010574225407565
Binary11010000100000010100110100010111110010010101100000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04053; }

 p { color: rgb(208,64,83); }

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

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

 a { background-color: rgb(208,64,83); }

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

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

 span { border-color: rgb(208,64,83); }

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