Html Css Color HEX #DD2076 Deep Cerise

📋 copy color: '#DD2076'

red 221 ◦ green 32 ◦ blue 118

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

Shades of Deep Cerise #DD2076

Tints of Deep Cerise #DD2076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 59.57%
G = 8.63%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD2076 (or 0xDD2076) is known color: Deep Cerise. HEX triplet: DD, 20 and 76. RGB value is (221,32,118). Sum of RGB (Red+Green+Blue) = 221+32+118=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2076 is #22DF89. Grayscale: #626262. Windows color (decimal): -2285450 or 7741661. OLE color: 7741661.

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

Color convert

RGB 221 32 118 -
CMYK 0 0.86 0.47 0.13
HSL 332.7º 0.75% 0.5% -
HSV(B) 332.7º 0.86% 0.87% -
XYZ 33.61 17.71 18.79 -
YUV 98.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 221 32 118 0 0.86 0.47 0.13 332.7 0.75 0.5
Hex DD 20 76 0 56 2F D 14D 4B 32
Octal 335 40 166 0 126 57 15 515 113 62
Binary 11011101 100000 1110110 0 1010110 101111 1101 101001101 1001011 110010

Color Harmonies of #DD2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2076

Black with #DD2076

Text Example


Text Example

White with #DD2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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