Html Css Color HEX #DD3972 Cerise

📋 copy color: '#DD3972'

red 221 ◦ green 57 ◦ blue 114

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

Shades of Cerise #DD3972

Tints of Cerise #DD3972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.54%

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

R = 56.38%
G = 14.54%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3972 (or 0xDD3972) is known color: Cerise. HEX triplet: DD, 39 and 72. RGB value is (221,57,114). Sum of RGB (Red+Green+Blue) = 221+57+114=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3972 is #22C68D. Grayscale: #707070. Windows color (decimal): -2279054 or 7485917. OLE color: 7485917.

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

Color convert

RGB 221 57 114 -
CMYK 0 0.74 0.48 0.13
HSL 339.15º 0.71% 0.55% -
HSV(B) 339.15º 0.74% 0.87% -
XYZ 34.32 19.51 17.88 -
YUV 112.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 221 57 114 0 0.74 0.48 0.13 339.15 0.71 0.55
Hex DD 39 72 0 4A 30 D 153 47 37
Octal 335 71 162 0 112 60 15 523 107 67
Binary 11011101 111001 1110010 0 1001010 110000 1101 101010011 1000111 110111

Color Harmonies of #DD3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3972

Black with #DD3972

Text Example


Text Example

White with #DD3972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3972; }

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

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

background-color css

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

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

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

border-color css

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

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

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