Html Css Color HEX #DD2D91 Deep Cerise

📋 copy color: '#DD2D91'

red 221 ◦ green 45 ◦ blue 145

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

Shades of Deep Cerise #DD2D91

Tints of Deep Cerise #DD2D91

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

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

R = 53.77%
G = 10.95%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2D91 (or 0xDD2D91) is known color: Deep Cerise. HEX triplet: DD, 2D and 91. RGB value is (221,45,145). Sum of RGB (Red+Green+Blue) = 221+45+145=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D91 is #22D26E. Grayscale: #6C6C6C. Windows color (decimal): -2282095 or 9514461. OLE color: 9514461.

HSL color Cylindrical-coordinate representation of color #DD2D91: hue angle of 325.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D91 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 145 -
CMYK 0 0.80 0.34 0.13
HSL 325.91º 0.72% 0.52% -
HSV(B) 325.91º 0.8% 0.87% -
XYZ 35.87 19.29 28.62 -
YUV 109.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 221 45 145 0 0.80 0.34 0.13 325.91 0.72 0.52
Hex DD 2D 91 0 50 22 D 146 48 34
Octal 335 55 221 0 120 42 15 506 110 64
Binary 11011101 101101 10010001 0 1010000 100010 1101 101000110 1001000 110100

Color Harmonies of #DD2D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D91

Black with #DD2D91

Text Example


Text Example

White with #DD2D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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