Html Css Color HEX #DD2476 Deep Cerise

📋 copy color: '#DD2476'

red 221 ◦ green 36 ◦ blue 118

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

Shades of Deep Cerise #DD2476

Tints of Deep Cerise #DD2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

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

R = 58.93%
G = 9.6%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD2476 (or 0xDD2476) is known color: Deep Cerise. HEX triplet: DD, 24 and 76. RGB value is (221,36,118). Sum of RGB (Red+Green+Blue) = 221+36+118=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2476 is #22DB89. Grayscale: #646464. Windows color (decimal): -2284426 or 7742685. OLE color: 7742685.

HSL color Cylindrical-coordinate representation of color #DD2476: hue angle of 333.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2476 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 118 -
CMYK 0 0.84 0.47 0.13
HSL 333.41º 0.73% 0.5% -
HSV(B) 333.41º 0.84% 0.87% -
XYZ 33.72 17.94 18.83 -
YUV 100.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 221 36 118 0 0.84 0.47 0.13 333.41 0.73 0.5
Hex DD 24 76 0 54 2F D 14D 49 32
Octal 335 44 166 0 124 57 15 515 111 62
Binary 11011101 100100 1110110 0 1010100 101111 1101 101001101 1001001 110010

Color Harmonies of #DD2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2476

Black with #DD2476

Text Example


Text Example

White with #DD2476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2476; }

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

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

background-color css

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

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

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

border-color css

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

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

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