Html Css Color HEX #DD219E Deep Cerise

📋 copy color: '#DD219E'

red 221 ◦ green 33 ◦ blue 158

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

Shades of Deep Cerise #DD219E

Tints of Deep Cerise #DD219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 53.64%
G = 8.01%
B = 38.35%

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

#DD219E (or 0xDD219E) is known color: Deep Cerise. HEX triplet: DD, 21 and 9E. RGB value is (221,33,158). Sum of RGB (Red+Green+Blue) = 221+33+158=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD219E is #22DE61. Grayscale: #676767. Windows color (decimal): -2285154 or 10363357. OLE color: 10363357.

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

Color convert

RGB 221 33 158 -
CMYK 0 0.85 0.29 0.13
HSL 320.11º 0.74% 0.5% -
HSV(B) 320.11º 0.85% 0.87% -
XYZ 36.53 18.93 34.08 -
YUV 103.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 221 33 158 0 0.85 0.29 0.13 320.11 0.74 0.5
Hex DD 21 9E 0 55 1D D 140 4A 32
Octal 335 41 236 0 125 35 15 500 112 62
Binary 11011101 100001 10011110 0 1010101 11101 1101 101000000 1001010 110010

Color Harmonies of #DD219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD219E

Black with #DD219E

Text Example


Text Example

White with #DD219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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