Html Css Color HEX #DD3799 Deep Cerise

📋 copy color: '#DD3799'

red 221 ◦ green 55 ◦ blue 153

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

Shades of Deep Cerise #DD3799

Tints of Deep Cerise #DD3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.82%

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

R = 51.52%
G = 12.82%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3799 (or 0xDD3799) is known color: Deep Cerise. HEX triplet: DD, 37 and 99. RGB value is (221,55,153). Sum of RGB (Red+Green+Blue) = 221+55+153=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3799 is #22C866. Grayscale: #737373. Windows color (decimal): -2279527 or 10041309. OLE color: 10041309.

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

Color convert

RGB 221 55 153 -
CMYK 0 0.75 0.31 0.13
HSL 324.58º 0.71% 0.54% -
HSV(B) 324.58º 0.75% 0.87% -
XYZ 36.93 20.4 32.13 -
YUV 115.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 221 55 153 0 0.75 0.31 0.13 324.58 0.71 0.54
Hex DD 37 99 0 4B 1F D 145 47 36
Octal 335 67 231 0 113 37 15 505 107 66
Binary 11011101 110111 10011001 0 1001011 11111 1101 101000101 1000111 110110

Color Harmonies of #DD3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3799

Black with #DD3799

Text Example


Text Example

White with #DD3799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3799; }

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

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

background-color css

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

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

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

border-color css

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

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

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