Html Css Color HEX #DD2791 Deep Cerise

📋 copy color: '#DD2791'

red 221 ◦ green 39 ◦ blue 145

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

Shades of Deep Cerise #DD2791

Tints of Deep Cerise #DD2791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.63%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 54.57%
G = 9.63%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2791 (or 0xDD2791) is known color: Deep Cerise. HEX triplet: DD, 27 and 91. RGB value is (221,39,145). Sum of RGB (Red+Green+Blue) = 221+39+145=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2791 is #22D86E. Grayscale: #696969. Windows color (decimal): -2283631 or 9512925. OLE color: 9512925.

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

Color convert

RGB 221 39 145 -
CMYK 0 0.82 0.34 0.13
HSL 325.05º 0.73% 0.51% -
HSV(B) 325.05º 0.82% 0.87% -
XYZ 35.66 18.87 28.55 -
YUV 105.5 150.3 210.38 -
System Red Green Blue C M Y K H S L
Decimal 221 39 145 0 0.82 0.34 0.13 325.05 0.73 0.51
Hex DD 27 91 0 52 22 D 145 49 33
Octal 335 47 221 0 122 42 15 505 111 63
Binary 11011101 100111 10010001 0 1010010 100010 1101 101000101 1001001 110011

Color Harmonies of #DD2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2791

Black with #DD2791

Text Example


Text Example

White with #DD2791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2791; }

 p { color: rgb(221,39,145); }

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

background-color css

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

 a { background-color: rgb(221,39,145); }

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

border-color css

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

 span { border-color: rgb(221,39,145); }

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