Html Css Color HEX #DD2D99 Deep Cerise

📋 copy color: '#DD2D99'

red 221 ◦ green 45 ◦ blue 153

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

Shades of Deep Cerise #DD2D99

Tints of Deep Cerise #DD2D99

RGB

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

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

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

R = 52.74%
G = 10.74%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD2D99 (or 0xDD2D99) is known color: Deep Cerise. HEX triplet: DD, 2D and 99. RGB value is (221,45,153). Sum of RGB (Red+Green+Blue) = 221+45+153=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D99 is #22D266. Grayscale: #6D6D6D. Windows color (decimal): -2282087 or 10038749. OLE color: 10038749.

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

Color convert

RGB 221 45 153 -
CMYK 0 0.80 0.31 0.13
HSL 323.18º 0.72% 0.52% -
HSV(B) 323.18º 0.8% 0.87% -
XYZ 36.51 19.55 31.99 -
YUV 109.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 221 45 153 0 0.80 0.31 0.13 323.18 0.72 0.52
Hex DD 2D 99 0 50 1F D 143 48 34
Octal 335 55 231 0 120 37 15 503 110 64
Binary 11011101 101101 10011001 0 1010000 11111 1101 101000011 1001000 110100

Color Harmonies of #DD2D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D99

Black with #DD2D99

Text Example


Text Example

White with #DD2D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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