Html Css Color HEX #DD2997 Deep Cerise

📋 copy color: '#DD2997'

red 221 ◦ green 41 ◦ blue 151

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

Shades of Deep Cerise #DD2997

Tints of Deep Cerise #DD2997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.93%

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 53.51%
G = 9.93%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD2997 (or 0xDD2997) is known color: Deep Cerise. HEX triplet: DD, 29 and 97. RGB value is (221,41,151). Sum of RGB (Red+Green+Blue) = 221+41+151=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2997 is #22D668. Grayscale: #6B6B6B. Windows color (decimal): -2283113 or 9906653. OLE color: 9906653.

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

Color convert

RGB 221 41 151 -
CMYK 0 0.81 0.32 0.13
HSL 323.33º 0.73% 0.51% -
HSV(B) 323.33º 0.81% 0.87% -
XYZ 36.2 19.19 31.07 -
YUV 107.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 221 41 151 0 0.81 0.32 0.13 323.33 0.73 0.51
Hex DD 29 97 0 51 20 D 143 49 33
Octal 335 51 227 0 121 40 15 503 111 63
Binary 11011101 101001 10010111 0 1010001 100000 1101 101000011 1001001 110011

Color Harmonies of #DD2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2997

Black with #DD2997

Text Example


Text Example

White with #DD2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2997; }

 p { color: rgb(221,41,151); }

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

background-color css

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

 a { background-color: rgb(221,41,151); }

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

border-color css

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

 span { border-color: rgb(221,41,151); }

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