Html Css Color HEX #DD3599 Deep Cerise

📋 copy color: '#DD3599'

red 221 ◦ green 53 ◦ blue 153

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

Shades of Deep Cerise #DD3599

Tints of Deep Cerise #DD3599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.41%

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

R = 51.76%
G = 12.41%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3599 (or 0xDD3599) is known color: Deep Cerise. HEX triplet: DD, 35 and 99. RGB value is (221,53,153). Sum of RGB (Red+Green+Blue) = 221+53+153=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3599 is #22CA66. Grayscale: #727272. Windows color (decimal): -2280039 or 10040797. OLE color: 10040797.

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

Color convert

RGB 221 53 153 -
CMYK 0 0.76 0.31 0.13
HSL 324.29º 0.71% 0.54% -
HSV(B) 324.29º 0.76% 0.87% -
XYZ 36.84 20.22 32.1 -
YUV 114.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 221 53 153 0 0.76 0.31 0.13 324.29 0.71 0.54
Hex DD 35 99 0 4C 1F D 144 47 36
Octal 335 65 231 0 114 37 15 504 107 66
Binary 11011101 110101 10011001 0 1001100 11111 1101 101000100 1000111 110110

Color Harmonies of #DD3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3599

Black with #DD3599

Text Example


Text Example

White with #DD3599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3599; }

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

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

background-color css

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

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

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

border-color css

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

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

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