Html Css Color HEX #DD207B Deep Cerise

📋 copy color: '#DD207B'

red 221 ◦ green 32 ◦ blue 123

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

Shades of Deep Cerise #DD207B

Tints of Deep Cerise #DD207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 58.78%
G = 8.51%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD207B (or 0xDD207B) is known color: Deep Cerise. HEX triplet: DD, 20 and 7B. RGB value is (221,32,123). Sum of RGB (Red+Green+Blue) = 221+32+123=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD207B is #22DF84. Grayscale: #626262. Windows color (decimal): -2285445 or 8069341. OLE color: 8069341.

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

Color convert

RGB 221 32 123 -
CMYK 0 0.86 0.44 0.13
HSL 331.11º 0.75% 0.5% -
HSV(B) 331.11º 0.86% 0.87% -
XYZ 33.91 17.84 20.39 -
YUV 98.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 221 32 123 0 0.86 0.44 0.13 331.11 0.75 0.5
Hex DD 20 7B 0 56 2C D 14B 4B 32
Octal 335 40 173 0 126 54 15 513 113 62
Binary 11011101 100000 1111011 0 1010110 101100 1101 101001011 1001011 110010

Color Harmonies of #DD207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD207B

Black with #DD207B

Text Example


Text Example

White with #DD207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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