#D04552

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

Shades of Mandy #D04552

Tints of Mandy #D04552

Color information

#D04552 (or 0xD04552) is unknown color: approx Mandy. HEX triplet: D0, 45 and 52. RGB value is (208,69,82). Sum of RGB (Red+Green+Blue) = 208+69+82=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04552 is #2FBAAD. Grayscale: #707070. Windows color (decimal): -3127982 or 5391824. OLE color: 5391824.

HSL color Cylindrical-coordinate representation of color #D04552: hue angle of 354.39º 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 #D04552 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2086982-
CMYK00.670.610.18
HSL354.39º59.66%54.31%-
HSV(B)354.39º66.83%81.57%-
XYZ29.6618.289.95-
YUV112.04111.05196.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.94%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=57.94%
G=19.22%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208698200.670.610.18354.3959.6654.31
HexD045520433D121623c36
Octal320105122010375225427466
Binary11010000100010110100100100001111110110010101100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04552; }

 p { color: rgb(208,69,82); }

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

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

 a { background-color: rgb(208,69,82); }

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

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

 span { border-color: rgb(208,69,82); }

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