#DC2B87

Color #DC2B87 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DC2B87

Tints of Deep Cerise #DC2B87

Color information

#DC2B87 (or 0xDC2B87) is unknown color: approx Deep Cerise. HEX triplet: DC, 2B and 87. RGB value is (220,43,135). Sum of RGB (Red+Green+Blue) = 220+43+135=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B87 is #23D478. Grayscale: #6A6A6A. Windows color (decimal): -2348153 or 8858588. OLE color: 8858588.

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

Color convert

RGB22043135-
CMYK00.800.390.14
HSL328.81º71.66%51.57%-
HSV(B)328.81º80.45%86.27%-
XYZ34.7518.6924.7-
YUV106.41144.14209.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 135 (53.12% from 255) = 33.92%
R=55.28%
G=10.80%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204313500.800.390.14328.8171.6651.57
HexDC2B8705027E1494834
Octal334532070120471651111064
Binary11011100101011100001110101000010011111101010010011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2B87; }

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

 H1.HeaderClassName
 {
   color: #DC2B87;
 }
 .AnyTagClassName
 {
   color: #DC2B87;
 }
</style>
background-color css

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

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

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

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

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

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