Html Css Color HEX #DC2986 Deep Cerise

📋 copy color: '#DC2986'

red 220 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #DC2986

Tints of Deep Cerise #DC2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.38%

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

R = 55.7%
G = 10.38%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC2986 (or 0xDC2986) is known color: Deep Cerise. HEX triplet: DC, 29 and 86. RGB value is (220,41,134). Sum of RGB (Red+Green+Blue) = 220+41+134=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2986 is #23D679. Grayscale: #686868. Windows color (decimal): -2348666 or 8792540. OLE color: 8792540.

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

Color convert

RGB 220 41 134 -
CMYK 0 0.81 0.39 0.14
HSL 328.83º 0.72% 0.51% -
HSV(B) 328.83º 0.81% 0.86% -
XYZ 34.61 18.52 24.31 -
YUV 105.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 220 41 134 0 0.81 0.39 0.14 328.83 0.72 0.51
Hex DC 29 86 0 51 27 E 149 48 33
Octal 334 51 206 0 121 47 16 511 110 63
Binary 11011100 101001 10000110 0 1010001 100111 1110 101001001 1001000 110011

Color Harmonies of #DC2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2986

Black with #DC2986

Text Example


Text Example

White with #DC2986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2986; }

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

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

background-color css

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

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

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

border-color css

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

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

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