Html Css Color HEX #DD2F99 Deep Cerise

📋 copy color: '#DD2F99'

red 221 ◦ green 47 ◦ blue 153

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

Shades of Deep Cerise #DD2F99

Tints of Deep Cerise #DD2F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.16%

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

R = 52.49%
G = 11.16%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD2F99 (or 0xDD2F99) is known color: Deep Cerise. HEX triplet: DD, 2F and 99. RGB value is (221,47,153). Sum of RGB (Red+Green+Blue) = 221+47+153=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F99 is #22D066. Grayscale: #6E6E6E. Windows color (decimal): -2281575 or 10039261. OLE color: 10039261.

HSL color Cylindrical-coordinate representation of color #DD2F99: hue angle of 323.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F99 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 47 153 -
CMYK 0 0.79 0.31 0.13
HSL 323.45º 0.72% 0.53% -
HSV(B) 323.45º 0.79% 0.87% -
XYZ 36.59 19.71 32.01 -
YUV 111.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 221 47 153 0 0.79 0.31 0.13 323.45 0.72 0.53
Hex DD 2F 99 0 4F 1F D 143 48 35
Octal 335 57 231 0 117 37 15 503 110 65
Binary 11011101 101111 10011001 0 1001111 11111 1101 101000011 1001000 110101

Color Harmonies of #DD2F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F99

Black with #DD2F99

Text Example


Text Example

White with #DD2F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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