Html Css Color HEX #DD3999 Deep Cerise

📋 copy color: '#DD3999'

red 221 ◦ green 57 ◦ blue 153

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

Shades of Deep Cerise #DD3999

Tints of Deep Cerise #DD3999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.23%

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

R = 51.28%
G = 13.23%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3999 (or 0xDD3999) is known color: Deep Cerise. HEX triplet: DD, 39 and 99. RGB value is (221,57,153). Sum of RGB (Red+Green+Blue) = 221+57+153=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3999 is #22C666. Grayscale: #747474. Windows color (decimal): -2279015 or 10041821. OLE color: 10041821.

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

Color convert

RGB 221 57 153 -
CMYK 0 0.74 0.31 0.13
HSL 324.88º 0.71% 0.55% -
HSV(B) 324.88º 0.74% 0.87% -
XYZ 37.03 20.6 32.16 -
YUV 116.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 221 57 153 0 0.74 0.31 0.13 324.88 0.71 0.55
Hex DD 39 99 0 4A 1F D 145 47 37
Octal 335 71 231 0 112 37 15 505 107 67
Binary 11011101 111001 10011001 0 1001010 11111 1101 101000101 1000111 110111

Color Harmonies of #DD3999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3999

Black with #DD3999

Text Example


Text Example

White with #DD3999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3999; }

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

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

background-color css

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

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

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

border-color css

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

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

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