Html Css Color HEX #DC2086 Deep Cerise

📋 copy color: '#DC2086'

red 220 ◦ green 32 ◦ blue 134

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

Shades of Deep Cerise #DC2086

Tints of Deep Cerise #DC2086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

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

R = 56.99%
G = 8.29%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC2086 (or 0xDC2086) is known color: Deep Cerise. HEX triplet: DC, 20 and 86. RGB value is (220,32,134). Sum of RGB (Red+Green+Blue) = 220+32+134=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2086 is #23DF79. Grayscale: #636363. Windows color (decimal): -2350970 or 8790236. OLE color: 8790236.

HSL color Cylindrical-coordinate representation of color #DC2086: hue angle of 327.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2086 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 134 -
CMYK 0 0.85 0.39 0.14
HSL 327.45º 0.75% 0.49% -
HSV(B) 327.45º 0.85% 0.86% -
XYZ 34.33 17.97 24.21 -
YUV 99.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 220 32 134 0 0.85 0.39 0.14 327.45 0.75 0.49
Hex DC 20 86 0 55 27 E 147 4B 31
Octal 334 40 206 0 125 47 16 507 113 61
Binary 11011100 100000 10000110 0 1010101 100111 1110 101000111 1001011 110001

Color Harmonies of #DC2086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2086

Black with #DC2086

Text Example


Text Example

White with #DC2086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2086; }

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

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

background-color css

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

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

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

border-color css

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

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

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