Html Css Color HEX #DD209A Deep Cerise

📋 copy color: '#DD209A'

red 221 ◦ green 32 ◦ blue 154

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

Shades of Deep Cerise #DD209A

Tints of Deep Cerise #DD209A

RGB

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

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

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

R = 54.3%
G = 7.86%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD209A (or 0xDD209A) is known color: Deep Cerise. HEX triplet: DD, 20 and 9A. RGB value is (221,32,154). Sum of RGB (Red+Green+Blue) = 221+32+154=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD209A is #22DF65. Grayscale: #666666. Windows color (decimal): -2285414 or 10100957. OLE color: 10100957.

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

Color convert

RGB 221 32 154 -
CMYK 0 0.86 0.30 0.13
HSL 321.27º 0.75% 0.5% -
HSV(B) 321.27º 0.86% 0.87% -
XYZ 36.17 18.74 32.28 -
YUV 102.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 221 32 154 0 0.86 0.30 0.13 321.27 0.75 0.5
Hex DD 20 9A 0 56 1E D 141 4B 32
Octal 335 40 232 0 126 36 15 501 113 62
Binary 11011101 100000 10011010 0 1010110 11110 1101 101000001 1001011 110010

Color Harmonies of #DD209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD209A

Black with #DD209A

Text Example


Text Example

White with #DD209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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