Html Css Color HEX #DC3586 Deep Cerise

📋 copy color: '#DC3586'

red 220 ◦ green 53 ◦ blue 134

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

Shades of Deep Cerise #DC3586

Tints of Deep Cerise #DC3586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 54.05%
G = 13.02%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC3586 (or 0xDC3586) is known color: Deep Cerise. HEX triplet: DC, 35 and 86. RGB value is (220,53,134). Sum of RGB (Red+Green+Blue) = 220+53+134=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3586 is #23CA79. Grayscale: #707070. Windows color (decimal): -2345594 or 8795612. OLE color: 8795612.

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

Color convert

RGB 220 53 134 -
CMYK 0 0.76 0.39 0.14
HSL 330.9º 0.7% 0.54% -
HSV(B) 330.9º 0.76% 0.86% -
XYZ 35.09 19.48 24.47 -
YUV 112.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 220 53 134 0 0.76 0.39 0.14 330.9 0.7 0.54
Hex DC 35 86 0 4C 27 E 14B 46 36
Octal 334 65 206 0 114 47 16 513 106 66
Binary 11011100 110101 10000110 0 1001100 100111 1110 101001011 1000110 110110

Color Harmonies of #DC3586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3586

Black with #DC3586

Text Example


Text Example

White with #DC3586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3586; }

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

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

background-color css

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

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

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

border-color css

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

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

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