Html Css Color HEX #DD2876 Deep Cerise

📋 copy color: '#DD2876'

red 221 ◦ green 40 ◦ blue 118

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

Shades of Deep Cerise #DD2876

Tints of Deep Cerise #DD2876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.55%

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

R = 58.31%
G = 10.55%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD2876 (or 0xDD2876) is known color: Deep Cerise. HEX triplet: DD, 28 and 76. RGB value is (221,40,118). Sum of RGB (Red+Green+Blue) = 221+40+118=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2876 is #22D789. Grayscale: #666666. Windows color (decimal): -2283402 or 7743709. OLE color: 7743709.

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

Color convert

RGB 221 40 118 -
CMYK 0 0.82 0.47 0.13
HSL 334.14º 0.73% 0.51% -
HSV(B) 334.14º 0.82% 0.87% -
XYZ 33.85 18.2 18.87 -
YUV 103.01 136.47 212.16 -
System Red Green Blue C M Y K H S L
Decimal 221 40 118 0 0.82 0.47 0.13 334.14 0.73 0.51
Hex DD 28 76 0 52 2F D 14E 49 33
Octal 335 50 166 0 122 57 15 516 111 63
Binary 11011101 101000 1110110 0 1010010 101111 1101 101001110 1001001 110011

Color Harmonies of #DD2876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2876

Black with #DD2876

Text Example


Text Example

White with #DD2876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2876; }

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

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

background-color css

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

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

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

border-color css

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

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

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