Html Css Color HEX #DD2676 Deep Cerise

📋 copy color: '#DD2676'

red 221 ◦ green 38 ◦ blue 118

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

Shades of Deep Cerise #DD2676

Tints of Deep Cerise #DD2676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

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

R = 58.62%
G = 10.08%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD2676 (or 0xDD2676) is known color: Deep Cerise. HEX triplet: DD, 26 and 76. RGB value is (221,38,118). Sum of RGB (Red+Green+Blue) = 221+38+118=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2676 is #22D989. Grayscale: #656565. Windows color (decimal): -2283914 or 7743197. OLE color: 7743197.

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

Color convert

RGB 221 38 118 -
CMYK 0 0.83 0.47 0.13
HSL 333.77º 0.73% 0.51% -
HSV(B) 333.77º 0.83% 0.87% -
XYZ 33.78 18.07 18.85 -
YUV 101.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 221 38 118 0 0.83 0.47 0.13 333.77 0.73 0.51
Hex DD 26 76 0 53 2F D 14E 49 33
Octal 335 46 166 0 123 57 15 516 111 63
Binary 11011101 100110 1110110 0 1010011 101111 1101 101001110 1001001 110011

Color Harmonies of #DD2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2676

Black with #DD2676

Text Example


Text Example

White with #DD2676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2676; }

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

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

background-color css

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

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

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

border-color css

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

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

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