Html Css Color HEX #DD218E Deep Cerise

📋 copy color: '#DD218E'

red 221 ◦ green 33 ◦ blue 142

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

Shades of Deep Cerise #DD218E

Tints of Deep Cerise #DD218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 55.81%
G = 8.33%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD218E (or 0xDD218E) is known color: Deep Cerise. HEX triplet: DD, 21 and 8E. RGB value is (221,33,142). Sum of RGB (Red+Green+Blue) = 221+33+142=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD218E is #22DE71. Grayscale: #656565. Windows color (decimal): -2285170 or 9314781. OLE color: 9314781.

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

Color convert

RGB 221 33 142 -
CMYK 0 0.85 0.36 0.13
HSL 325.21º 0.74% 0.5% -
HSV(B) 325.21º 0.85% 0.87% -
XYZ 35.25 18.41 27.29 -
YUV 101.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 221 33 142 0 0.85 0.36 0.13 325.21 0.74 0.5
Hex DD 21 8E 0 55 24 D 145 4A 32
Octal 335 41 216 0 125 44 15 505 112 62
Binary 11011101 100001 10001110 0 1010101 100100 1101 101000101 1001010 110010

Color Harmonies of #DD218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD218E

Black with #DD218E

Text Example


Text Example

White with #DD218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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