Html Css Color HEX #DD3772 Cerise

📋 copy color: '#DD3772'

red 221 ◦ green 55 ◦ blue 114

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

Shades of Cerise #DD3772

Tints of Cerise #DD3772

RGB

 RED value IS 221 (86.72% from 255) = 56.67%

 GREEN value IS 55 (21.88% from 255) = 14.1%

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 56.67%
G = 14.1%
B = 29.23%

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

#DD3772 (or 0xDD3772) is known color: Cerise. HEX triplet: DD, 37 and 72. RGB value is (221,55,114). Sum of RGB (Red+Green+Blue) = 221+55+114=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3772 is #22C88D. Grayscale: #6F6F6F. Windows color (decimal): -2279566 or 7485405. OLE color: 7485405.

HSL color Cylindrical-coordinate representation of color #DD3772: hue angle of 338.67º 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 #DD3772 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 114 -
CMYK 0 0.75 0.48 0.13
HSL 338.67º 0.71% 0.54% -
HSV(B) 338.67º 0.75% 0.87% -
XYZ 34.22 19.32 17.84 -
YUV 111.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 221 55 114 0 0.75 0.48 0.13 338.67 0.71 0.54
Hex DD 37 72 0 4B 30 D 153 47 36
Octal 335 67 162 0 113 60 15 523 107 66
Binary 11011101 110111 1110010 0 1001011 110000 1101 101010011 1000111 110110

Color Harmonies of #DD3772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3772

Black with #DD3772

Text Example


Text Example

White with #DD3772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3772; }

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

 H1.HeaderClassName
 {
   color: #DD3772;
 }
 .AnyTagClassName
 {
   color: #DD3772;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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