Html Css Color HEX #DD208A Deep Cerise

📋 copy color: '#DD208A'

red 221 ◦ green 32 ◦ blue 138

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

Shades of Deep Cerise #DD208A

Tints of Deep Cerise #DD208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 56.52%
G = 8.18%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD208A (or 0xDD208A) is known color: Deep Cerise. HEX triplet: DD, 20 and 8A. RGB value is (221,32,138). Sum of RGB (Red+Green+Blue) = 221+32+138=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD208A is #22DF75. Grayscale: #646464. Windows color (decimal): -2285430 or 9052381. OLE color: 9052381.

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

Color convert

RGB 221 32 138 -
CMYK 0 0.86 0.38 0.13
HSL 326.35º 0.75% 0.5% -
HSV(B) 326.35º 0.86% 0.87% -
XYZ 34.92 18.24 25.72 -
YUV 100.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 221 32 138 0 0.86 0.38 0.13 326.35 0.75 0.5
Hex DD 20 8A 0 56 26 D 146 4B 32
Octal 335 40 212 0 126 46 15 506 113 62
Binary 11011101 100000 10001010 0 1010110 100110 1101 101000110 1001011 110010

Color Harmonies of #DD208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD208A

Black with #DD208A

Text Example


Text Example

White with #DD208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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