Html Css Color HEX #DD3872 Cerise

📋 copy color: '#DD3872'

red 221 ◦ green 56 ◦ blue 114

#DD3872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DD3872

Tints of Cerise #DD3872

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 value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3872 (or 0xDD3872) is known color: 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

RGB 221 56 114 -
CMYK 0 0.75 0.48 0.13
HSL 338.91º 0.71% 0.54% -
HSV(B) 338.91º 0.75% 0.87% -
XYZ 34.27 19.42 17.86 -
YUV 111.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 221 56 114 0 0.75 0.48 0.13 338.91 0.71 0.54
Hex DD 38 72 0 4B 30 D 153 47 36
Octal 335 70 162 0 113 60 15 523 107 66
Binary 11011101 111000 1110010 0 1001011 110000 1101 101010011 1000111 110110

Color Harmonies of #DD3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3872

Black with #DD3872

Text Example


Text Example

White with #DD3872

Text Example


Text Example

HTML Codes & Css Web 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>