Html Css Color HEX #DD2977 Deep Cerise

📋 copy color: '#DD2977'

red 221 ◦ green 41 ◦ blue 119

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

Shades of Deep Cerise #DD2977

Tints of Deep Cerise #DD2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 58.01%
G = 10.76%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD2977 (or 0xDD2977) is known color: Deep Cerise. HEX triplet: DD, 29 and 77. RGB value is (221,41,119). Sum of RGB (Red+Green+Blue) = 221+41+119=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2977 is #22D688. Grayscale: #676767. Windows color (decimal): -2283145 or 7809501. OLE color: 7809501.

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

Color convert

RGB 221 41 119 -
CMYK 0 0.81 0.46 0.13
HSL 334º 0.73% 0.51% -
HSV(B) 334º 0.81% 0.87% -
XYZ 33.94 18.29 19.19 -
YUV 103.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 221 41 119 0 0.81 0.46 0.13 334 0.73 0.51
Hex DD 29 77 0 51 2E D 14E 49 33
Octal 335 51 167 0 121 56 15 516 111 63
Binary 11011101 101001 1110111 0 1010001 101110 1101 101001110 1001001 110011

Color Harmonies of #DD2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2977

Black with #DD2977

Text Example


Text Example

White with #DD2977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2977; }

 p { color: rgb(221,41,119); }

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

background-color css

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

 a { background-color: rgb(221,41,119); }

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

border-color css

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

 span { border-color: rgb(221,41,119); }

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