Html Css Color HEX #DC2B95 Deep Cerise

📋 copy color: '#DC2B95'

red 220 ◦ green 43 ◦ blue 149

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

Shades of Deep Cerise #DC2B95

Tints of Deep Cerise #DC2B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 53.4%
G = 10.44%
B = 36.17%

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

#DC2B95 (or 0xDC2B95) is known color: Deep Cerise. HEX triplet: DC, 2B and 95. RGB value is (220,43,149). Sum of RGB (Red+Green+Blue) = 220+43+149=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B95 is #23D46A. Grayscale: #6B6B6B. Windows color (decimal): -2348139 or 9776092. OLE color: 9776092.

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

Color convert

RGB 220 43 149 -
CMYK 0 0.80 0.32 0.14
HSL 324.07º 0.72% 0.52% -
HSV(B) 324.07º 0.8% 0.86% -
XYZ 35.8 19.11 30.24 -
YUV 108.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 220 43 149 0 0.80 0.32 0.14 324.07 0.72 0.52
Hex DC 2B 95 0 50 20 E 144 48 34
Octal 334 53 225 0 120 40 16 504 110 64
Binary 11011100 101011 10010101 0 1010000 100000 1110 101000100 1001000 110100

Color Harmonies of #DC2B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B95

Black with #DC2B95

Text Example


Text Example

White with #DC2B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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