#DD3872

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

Shades of Cerise #DD3872

Tints of Cerise #DD3872

Color information

#DD3872 (or 0xDD3872) is unknown color: approx Cerise. HEX triplet: DD, 38 and 72. RGB value is (221,56,114). Sum of RGB (Red+Green+Blue) = 221+56+114=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3872 is #22C78D. Grayscale: #6F6F6F. Windows color (decimal): -2279310 or 7485661. OLE color: 7485661.

HSL color Cylindrical-coordinate representation of color #DD3872: hue angle of 338.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3872 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22156114-
CMYK00.750.480.13
HSL338.91º70.82%54.31%-
HSV(B)338.91º74.66%86.67%-
XYZ34.2719.4217.86-
YUV111.95129.16205.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=56.52%
G=14.32%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215611400.750.480.13338.9170.8254.31
HexDD387204B30D1534736
Octal335701620113601552310766
Binary1101110111100011100100100101111000011011010100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3872; }

 p { color: rgb(221,56,114); }

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

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

 a { background-color: rgb(221,56,114); }

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

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

 span { border-color: rgb(221,56,114); }

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