#DC3BA1

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

Shades of Deep Cerise #DC3BA1

Tints of Deep Cerise #DC3BA1

Color information

#DC3BA1 (or 0xDC3BA1) is unknown color: approx Deep Cerise. HEX triplet: DC, 3B and A1. RGB value is (220,59,161). Sum of RGB (Red+Green+Blue) = 220+59+161=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BA1 is #23C45E. Grayscale: #767676. Windows color (decimal): -2344031 or 10566620. OLE color: 10566620.

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

Color convert

RGB22059161-
CMYK00.730.270.14
HSL321.99º69.7%54.71%-
HSV(B)321.99º73.18%86.27%-
XYZ37.5120.9235.78-
YUV118.77151.84200.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 13.41%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=50%
G=13.41%
B=36.59%

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
Decimal2205916100.730.270.14321.9969.754.71
HexDC3BA10491BE1424637
Octal334732410111331650210667
Binary1101110011101110100001010010011101111101010000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3BA1; }

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

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

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

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

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

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

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

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