Html Css Color HEX #DC3593 Deep Cerise

📋 copy color: '#DC3593'

red 220 ◦ green 53 ◦ blue 147

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

Shades of Deep Cerise #DC3593

Tints of Deep Cerise #DC3593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35%

R = 52.38%
G = 12.62%
B = 35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC3593 (or 0xDC3593) is known color: Deep Cerise. HEX triplet: DC, 35 and 93. RGB value is (220,53,147). Sum of RGB (Red+Green+Blue) = 220+53+147=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3593 is #23CA6C. Grayscale: #717171. Windows color (decimal): -2345581 or 9647580. OLE color: 9647580.

HSL color Cylindrical-coordinate representation of color #DC3593: hue angle of 326.23º 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 #DC3593 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 147 -
CMYK 0 0.76 0.33 0.14
HSL 326.23º 0.7% 0.54% -
HSV(B) 326.23º 0.76% 0.86% -
XYZ 36.05 19.87 29.54 -
YUV 113.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 220 53 147 0 0.76 0.33 0.14 326.23 0.7 0.54
Hex DC 35 93 0 4C 21 E 146 46 36
Octal 334 65 223 0 114 41 16 506 106 66
Binary 11011100 110101 10010011 0 1001100 100001 1110 101000110 1000110 110110

Color Harmonies of #DC3593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3593

Black with #DC3593

Text Example


Text Example

White with #DC3593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3593; }

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

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

background-color css

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

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

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

border-color css

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

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

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