Html Css Color HEX #DD219C Deep Cerise

📋 copy color: '#DD219C'

red 221 ◦ green 33 ◦ blue 156

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

Shades of Deep Cerise #DD219C

Tints of Deep Cerise #DD219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 53.9%
G = 8.05%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD219C (or 0xDD219C) is known color: Deep Cerise. HEX triplet: DD, 21 and 9C. RGB value is (221,33,156). Sum of RGB (Red+Green+Blue) = 221+33+156=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD219C is #22DE63. Grayscale: #666666. Windows color (decimal): -2285156 or 10232285. OLE color: 10232285.

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

Color convert

RGB 221 33 156 -
CMYK 0 0.85 0.29 0.13
HSL 320.74º 0.74% 0.5% -
HSV(B) 320.74º 0.85% 0.87% -
XYZ 36.36 18.86 33.18 -
YUV 103.23 157.78 212 -
System Red Green Blue C M Y K H S L
Decimal 221 33 156 0 0.85 0.29 0.13 320.74 0.74 0.5
Hex DD 21 9C 0 55 1D D 141 4A 32
Octal 335 41 234 0 125 35 15 501 112 62
Binary 11011101 100001 10011100 0 1010101 11101 1101 101000001 1001010 110010

Color Harmonies of #DD219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD219C

Black with #DD219C

Text Example


Text Example

White with #DD219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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