Html Css Color HEX #DD2391 Deep Cerise

📋 copy color: '#DD2391'

red 221 ◦ green 35 ◦ blue 145

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

Shades of Deep Cerise #DD2391

Tints of Deep Cerise #DD2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.73%

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

R = 55.11%
G = 8.73%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2391 (or 0xDD2391) is known color: Deep Cerise. HEX triplet: DD, 23 and 91. RGB value is (221,35,145). Sum of RGB (Red+Green+Blue) = 221+35+145=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2391 is #22DC6E. Grayscale: #666666. Windows color (decimal): -2284655 or 9511901. OLE color: 9511901.

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

Color convert

RGB 221 35 145 -
CMYK 0 0.84 0.34 0.13
HSL 324.52º 0.73% 0.5% -
HSV(B) 324.52º 0.84% 0.87% -
XYZ 35.53 18.62 28.51 -
YUV 103.15 151.62 212.06 -
System Red Green Blue C M Y K H S L
Decimal 221 35 145 0 0.84 0.34 0.13 324.52 0.73 0.5
Hex DD 23 91 0 54 22 D 145 49 32
Octal 335 43 221 0 124 42 15 505 111 62
Binary 11011101 100011 10010001 0 1010100 100010 1101 101000101 1001001 110010

Color Harmonies of #DD2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2391

Black with #DD2391

Text Example


Text Example

White with #DD2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2391; }

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

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

background-color css

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

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

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

border-color css

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

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

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