Html Css Color HEX #DC2BA0 Deep Cerise

📋 copy color: '#DC2BA0'

red 220 ◦ green 43 ◦ blue 160

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

Shades of Deep Cerise #DC2BA0

Tints of Deep Cerise #DC2BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 52.01%
G = 10.17%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC2BA0 (or 0xDC2BA0) is known color: Deep Cerise. HEX triplet: DC, 2B and A0. RGB value is (220,43,160). Sum of RGB (Red+Green+Blue) = 220+43+160=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2BA0 is #23D45F. Grayscale: #6C6C6C. Windows color (decimal): -2348128 or 10496988. OLE color: 10496988.

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

Color convert

RGB 220 43 160 -
CMYK 0 0.80 0.27 0.14
HSL 320.34º 0.72% 0.52% -
HSV(B) 320.34º 0.8% 0.86% -
XYZ 36.72 19.48 35.08 -
YUV 109.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 220 43 160 0 0.80 0.27 0.14 320.34 0.72 0.52
Hex DC 2B A0 0 50 1B E 140 48 34
Octal 334 53 240 0 120 33 16 500 110 64
Binary 11011100 101011 10100000 0 1010000 11011 1110 101000000 1001000 110100

Color Harmonies of #DC2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2BA0

Black with #DC2BA0

Text Example


Text Example

White with #DC2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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