Html Css Color HEX #DD219A Deep Cerise

📋 copy color: '#DD219A'

red 221 ◦ green 33 ◦ blue 154

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

Shades of Deep Cerise #DD219A

Tints of Deep Cerise #DD219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 54.17%
G = 8.09%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD219A (or 0xDD219A) is known color: Deep Cerise. HEX triplet: DD, 21 and 9A. RGB value is (221,33,154). Sum of RGB (Red+Green+Blue) = 221+33+154=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD219A is #22DE65. Grayscale: #666666. Windows color (decimal): -2285158 or 10101213. OLE color: 10101213.

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

Color convert

RGB 221 33 154 -
CMYK 0 0.85 0.30 0.13
HSL 321.38º 0.74% 0.5% -
HSV(B) 321.38º 0.85% 0.87% -
XYZ 36.2 18.79 32.29 -
YUV 103.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 221 33 154 0 0.85 0.30 0.13 321.38 0.74 0.5
Hex DD 21 9A 0 55 1E D 141 4A 32
Octal 335 41 232 0 125 36 15 501 112 62
Binary 11011101 100001 10011010 0 1010101 11110 1101 101000001 1001010 110010

Color Harmonies of #DD219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD219A

Black with #DD219A

Text Example


Text Example

White with #DD219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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