Html Css Color HEX #DC2186 Deep Cerise

📋 copy color: '#DC2186'

red 220 ◦ green 33 ◦ blue 134

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

Shades of Deep Cerise #DC2186

Tints of Deep Cerise #DC2186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

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

R = 56.85%
G = 8.53%
B = 34.63%

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

#DC2186 (or 0xDC2186) is known color: Deep Cerise. HEX triplet: DC, 21 and 86. RGB value is (220,33,134). Sum of RGB (Red+Green+Blue) = 220+33+134=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2186 is #23DE79. Grayscale: #646464. Windows color (decimal): -2350714 or 8790492. OLE color: 8790492.

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

Color convert

RGB 220 33 134 -
CMYK 0 0.85 0.39 0.14
HSL 327.59º 0.74% 0.5% -
HSV(B) 327.59º 0.85% 0.86% -
XYZ 34.36 18.02 24.22 -
YUV 100.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 220 33 134 0 0.85 0.39 0.14 327.59 0.74 0.5
Hex DC 21 86 0 55 27 E 148 4A 32
Octal 334 41 206 0 125 47 16 510 112 62
Binary 11011100 100001 10000110 0 1010101 100111 1110 101001000 1001010 110010

Color Harmonies of #DC2186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2186

Black with #DC2186

Text Example


Text Example

White with #DC2186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2186; }

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

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

background-color css

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

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

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

border-color css

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

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

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