Html Css Color HEX #DD207E Deep Cerise

📋 copy color: '#DD207E'

red 221 ◦ green 32 ◦ blue 126

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

Shades of Deep Cerise #DD207E

Tints of Deep Cerise #DD207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 58.31%
G = 8.44%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD207E (or 0xDD207E) is known color: Deep Cerise. HEX triplet: DD, 20 and 7E. RGB value is (221,32,126). Sum of RGB (Red+Green+Blue) = 221+32+126=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD207E is #22DF81. Grayscale: #636363. Windows color (decimal): -2285442 or 8265949. OLE color: 8265949.

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

Color convert

RGB 221 32 126 -
CMYK 0 0.86 0.43 0.13
HSL 330.16º 0.75% 0.5% -
HSV(B) 330.16º 0.86% 0.87% -
XYZ 34.1 17.91 21.4 -
YUV 99.23 143.12 214.86 -
System Red Green Blue C M Y K H S L
Decimal 221 32 126 0 0.86 0.43 0.13 330.16 0.75 0.5
Hex DD 20 7E 0 56 2B D 14A 4B 32
Octal 335 40 176 0 126 53 15 512 113 62
Binary 11011101 100000 1111110 0 1010110 101011 1101 101001010 1001011 110010

Color Harmonies of #DD207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD207E

Black with #DD207E

Text Example


Text Example

White with #DD207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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