Html Css Color HEX #DC2B86 Deep Cerise

📋 copy color: '#DC2B86'

red 220 ◦ green 43 ◦ blue 134

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

Shades of Deep Cerise #DC2B86

Tints of Deep Cerise #DC2B86

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

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

R = 55.42%
G = 10.83%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC2B86 (or 0xDC2B86) is known color: Deep Cerise. HEX triplet: DC, 2B and 86. RGB value is (220,43,134). Sum of RGB (Red+Green+Blue) = 220+43+134=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B86 is #23D479. Grayscale: #6A6A6A. Windows color (decimal): -2348154 or 8793052. OLE color: 8793052.

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

Color convert

RGB 220 43 134 -
CMYK 0 0.80 0.39 0.14
HSL 329.15º 0.72% 0.52% -
HSV(B) 329.15º 0.8% 0.86% -
XYZ 34.68 18.66 24.33 -
YUV 106.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 220 43 134 0 0.80 0.39 0.14 329.15 0.72 0.52
Hex DC 2B 86 0 50 27 E 149 48 34
Octal 334 53 206 0 120 47 16 511 110 64
Binary 11011100 101011 10000110 0 1010000 100111 1110 101001001 1001000 110100

Color Harmonies of #DC2B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B86

Black with #DC2B86

Text Example


Text Example

White with #DC2B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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