Html Css Color HEX #DC359E Deep Cerise

📋 copy color: '#DC359E'

red 220 ◦ green 53 ◦ blue 158

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

Shades of Deep Cerise #DC359E

Tints of Deep Cerise #DC359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 51.04%
G = 12.3%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC359E (or 0xDC359E) is known color: Deep Cerise. HEX triplet: DC, 35 and 9E. RGB value is (220,53,158). Sum of RGB (Red+Green+Blue) = 220+53+158=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC359E is #23CA61. Grayscale: #727272. Windows color (decimal): -2345570 or 10368476. OLE color: 10368476.

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

Color convert

RGB 220 53 158 -
CMYK 0 0.76 0.28 0.14
HSL 322.28º 0.7% 0.54% -
HSV(B) 322.28º 0.76% 0.86% -
XYZ 36.96 20.23 34.3 -
YUV 114.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 220 53 158 0 0.76 0.28 0.14 322.28 0.7 0.54
Hex DC 35 9E 0 4C 1C E 142 46 36
Octal 334 65 236 0 114 34 16 502 106 66
Binary 11011100 110101 10011110 0 1001100 11100 1110 101000010 1000110 110110

Color Harmonies of #DC359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC359E

Black with #DC359E

Text Example


Text Example

White with #DC359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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