Html Css Color HEX #DC2B96 Deep Cerise

📋 copy color: '#DC2B96'

red 220 ◦ green 43 ◦ blue 150

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

Shades of Deep Cerise #DC2B96

Tints of Deep Cerise #DC2B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 53.27%
G = 10.41%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC2B96 (or 0xDC2B96) is known color: Deep Cerise. HEX triplet: DC, 2B and 96. RGB value is (220,43,150). Sum of RGB (Red+Green+Blue) = 220+43+150=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B96 is #23D469. Grayscale: #6B6B6B. Windows color (decimal): -2348138 or 9841628. OLE color: 9841628.

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

Color convert

RGB 220 43 150 -
CMYK 0 0.80 0.32 0.14
HSL 323.73º 0.72% 0.52% -
HSV(B) 323.73º 0.8% 0.86% -
XYZ 35.88 19.15 30.66 -
YUV 108.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 220 43 150 0 0.80 0.32 0.14 323.73 0.72 0.52
Hex DC 2B 96 0 50 20 E 144 48 34
Octal 334 53 226 0 120 40 16 504 110 64
Binary 11011100 101011 10010110 0 1010000 100000 1110 101000100 1001000 110100

Color Harmonies of #DC2B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B96

Black with #DC2B96

Text Example


Text Example

White with #DC2B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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