Html Css Color HEX #DD2F9F Deep Cerise

📋 copy color: '#DD2F9F'

red 221 ◦ green 47 ◦ blue 159

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

Shades of Deep Cerise #DD2F9F

Tints of Deep Cerise #DD2F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 51.76%
G = 11.01%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD2F9F (or 0xDD2F9F) is known color: Deep Cerise. HEX triplet: DD, 2F and 9F. RGB value is (221,47,159). Sum of RGB (Red+Green+Blue) = 221+47+159=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F9F is #22D060. Grayscale: #6F6F6F. Windows color (decimal): -2281569 or 10432477. OLE color: 10432477.

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

Color convert

RGB 221 47 159 -
CMYK 0 0.79 0.28 0.13
HSL 321.38º 0.72% 0.53% -
HSV(B) 321.38º 0.79% 0.87% -
XYZ 37.09 19.91 34.69 -
YUV 111.79 154.65 205.89 -
System Red Green Blue C M Y K H S L
Decimal 221 47 159 0 0.79 0.28 0.13 321.38 0.72 0.53
Hex DD 2F 9F 0 4F 1C D 141 48 35
Octal 335 57 237 0 117 34 15 501 110 65
Binary 11011101 101111 10011111 0 1001111 11100 1101 101000001 1001000 110101

Color Harmonies of #DD2F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F9F

Black with #DD2F9F

Text Example


Text Example

White with #DD2F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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