Html Css Color HEX #DD2172 Cerise

📋 copy color: '#DD2172'

red 221 ◦ green 33 ◦ blue 114

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

Shades of Cerise #DD2172

Tints of Cerise #DD2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.97%

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

R = 60.05%
G = 8.97%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2172 (or 0xDD2172) is known color: Cerise. HEX triplet: DD, 21 and 72. RGB value is (221,33,114). Sum of RGB (Red+Green+Blue) = 221+33+114=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2172 is #22DE8D. Grayscale: #626262. Windows color (decimal): -2285198 or 7479773. OLE color: 7479773.

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

Color convert

RGB 221 33 114 -
CMYK 0 0.85 0.48 0.13
HSL 334.15º 0.74% 0.5% -
HSV(B) 334.15º 0.85% 0.87% -
XYZ 33.4 17.67 17.57 -
YUV 98.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 221 33 114 0 0.85 0.48 0.13 334.15 0.74 0.5
Hex DD 21 72 0 55 30 D 14E 4A 32
Octal 335 41 162 0 125 60 15 516 112 62
Binary 11011101 100001 1110010 0 1010101 110000 1101 101001110 1001010 110010

Color Harmonies of #DD2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2172

Black with #DD2172

Text Example


Text Example

White with #DD2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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