Html Css Color HEX #DD208D Deep Cerise

📋 copy color: '#DD208D'

red 221 ◦ green 32 ◦ blue 141

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

Shades of Deep Cerise #DD208D

Tints of Deep Cerise #DD208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 56.09%
G = 8.12%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD208D (or 0xDD208D) is known color: Deep Cerise. HEX triplet: DD, 20 and 8D. RGB value is (221,32,141). Sum of RGB (Red+Green+Blue) = 221+32+141=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD208D is #22DF72. Grayscale: #646464. Windows color (decimal): -2285427 or 9248989. OLE color: 9248989.

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

Color convert

RGB 221 32 141 -
CMYK 0 0.86 0.36 0.13
HSL 325.4º 0.75% 0.5% -
HSV(B) 325.4º 0.86% 0.87% -
XYZ 35.14 18.33 26.88 -
YUV 100.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 221 32 141 0 0.86 0.36 0.13 325.4 0.75 0.5
Hex DD 20 8D 0 56 24 D 145 4B 32
Octal 335 40 215 0 126 44 15 505 113 62
Binary 11011101 100000 10001101 0 1010110 100100 1101 101000101 1001011 110010

Color Harmonies of #DD208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD208D

Black with #DD208D

Text Example


Text Example

White with #DD208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD208D; }

 p { color: rgb(221,32,141); }

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

background-color css

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

 a { background-color: rgb(221,32,141); }

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

border-color css

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

 span { border-color: rgb(221,32,141); }

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