Html Css Color HEX #DD2999 Deep Cerise

📋 copy color: '#DD2999'

red 221 ◦ green 41 ◦ blue 153

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

Shades of Deep Cerise #DD2999

Tints of Deep Cerise #DD2999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 53.25%
G = 9.88%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD2999 (or 0xDD2999) is known color: Deep Cerise. HEX triplet: DD, 29 and 99. RGB value is (221,41,153). Sum of RGB (Red+Green+Blue) = 221+41+153=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2999 is #22D666. Grayscale: #6B6B6B. Windows color (decimal): -2283111 or 10037725. OLE color: 10037725.

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

Color convert

RGB 221 41 153 -
CMYK 0 0.81 0.31 0.13
HSL 322.67º 0.73% 0.51% -
HSV(B) 322.67º 0.81% 0.87% -
XYZ 36.36 19.26 31.94 -
YUV 107.59 153.63 208.89 -
System Red Green Blue C M Y K H S L
Decimal 221 41 153 0 0.81 0.31 0.13 322.67 0.73 0.51
Hex DD 29 99 0 51 1F D 143 49 33
Octal 335 51 231 0 121 37 15 503 111 63
Binary 11011101 101001 10011001 0 1010001 11111 1101 101000011 1001001 110011

Color Harmonies of #DD2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2999

Black with #DD2999

Text Example


Text Example

White with #DD2999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2999; }

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

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

background-color css

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

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

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

border-color css

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

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

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