#DC3BA0

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

Shades of Deep Cerise #DC3BA0

Tints of Deep Cerise #DC3BA0

Color information

#DC3BA0 (or 0xDC3BA0) is unknown color: approx Deep Cerise. HEX triplet: DC, 3B and A0. RGB value is (220,59,160). Sum of RGB (Red+Green+Blue) = 220+59+160=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BA0 is #23C45F. Grayscale: #767676. Windows color (decimal): -2344032 or 10501084. OLE color: 10501084.

HSL color Cylindrical-coordinate representation of color #DC3BA0: hue angle of 322.36º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3BA0 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB22059160-
CMYK00.730.270.14
HSL322.36º69.7%54.71%-
HSV(B)322.36º73.18%86.27%-
XYZ37.4220.8835.32-
YUV118.65151.34200.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 59 (23.44% from 255) = 13.44%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=50.11%
G=13.44%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205916000.730.270.14322.3669.754.71
HexDC3BA00491BE1424637
Octal334732400111331650210667
Binary1101110011101110100000010010011101111101010000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3BA0; }

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

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

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

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

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

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

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

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