Html Css Color HEX #DC3599 Deep Cerise

📋 copy color: '#DC3599'

red 220 ◦ green 53 ◦ blue 153

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

Shades of Deep Cerise #DC3599

Tints of Deep Cerise #DC3599

RGB

 RED value IS 220 (86.33% from 255) = 51.64%

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

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

R = 51.64%
G = 12.44%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC3599 (or 0xDC3599) is known color: Deep Cerise. HEX triplet: DC, 35 and 99. RGB value is (220,53,153). Sum of RGB (Red+Green+Blue) = 220+53+153=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3599 is #23CA66. Grayscale: #727272. Windows color (decimal): -2345575 or 10040796. OLE color: 10040796.

HSL color Cylindrical-coordinate representation of color #DC3599: hue angle of 324.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3599 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 153 -
CMYK 0 0.76 0.30 0.14
HSL 324.07º 0.7% 0.54% -
HSV(B) 324.07º 0.76% 0.86% -
XYZ 36.54 20.06 32.08 -
YUV 114.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 220 53 153 0 0.76 0.30 0.14 324.07 0.7 0.54
Hex DC 35 99 0 4C 1E E 144 46 36
Octal 334 65 231 0 114 36 16 504 106 66
Binary 11011100 110101 10011001 0 1001100 11110 1110 101000100 1000110 110110

Color Harmonies of #DC3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3599

Black with #DC3599

Text Example


Text Example

White with #DC3599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3599; }

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

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

background-color css

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

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

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

border-color css

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

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

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