Html Css Color HEX #DD2996 Deep Cerise

📋 copy color: '#DD2996'

red 221 ◦ green 41 ◦ blue 150

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

Shades of Deep Cerise #DD2996

Tints of Deep Cerise #DD2996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 53.64%
G = 9.95%
B = 36.41%

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

#DD2996 (or 0xDD2996) is known color: Deep Cerise. HEX triplet: DD, 29 and 96. RGB value is (221,41,150). Sum of RGB (Red+Green+Blue) = 221+41+150=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2996 is #22D669. Grayscale: #6A6A6A. Windows color (decimal): -2283114 or 9841117. OLE color: 9841117.

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

Color convert

RGB 221 41 150 -
CMYK 0 0.81 0.32 0.13
HSL 323.67º 0.73% 0.51% -
HSV(B) 323.67º 0.81% 0.87% -
XYZ 36.12 19.16 30.65 -
YUV 107.25 152.13 209.14 -
System Red Green Blue C M Y K H S L
Decimal 221 41 150 0 0.81 0.32 0.13 323.67 0.73 0.51
Hex DD 29 96 0 51 20 D 144 49 33
Octal 335 51 226 0 121 40 15 504 111 63
Binary 11011101 101001 10010110 0 1010001 100000 1101 101000100 1001001 110011

Color Harmonies of #DD2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2996

Black with #DD2996

Text Example


Text Example

White with #DD2996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2996; }

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

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

background-color css

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

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

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

border-color css

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

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

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