#DC3B94

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

Shades of Deep Cerise #DC3B94

Tints of Deep Cerise #DC3B94

Color information

#DC3B94 (or 0xDC3B94) is unknown color: approx Deep Cerise. HEX triplet: DC, 3B and 94. RGB value is (220,59,148). Sum of RGB (Red+Green+Blue) = 220+59+148=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3B94 is #23C46B. Grayscale: #757575. Windows color (decimal): -2344044 or 9714652. OLE color: 9714652.

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

Color convert

RGB22059148-
CMYK00.730.330.14
HSL326.83º69.7%54.71%-
HSV(B)326.83º73.18%86.27%-
XYZ36.4220.4830.05-
YUV117.28145.34201.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 59 (23.44% from 255) = 13.82%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=51.52%
G=13.82%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205914800.730.330.14326.8369.754.71
HexDC3B9404921E1474637
Octal334732240111411650710667
Binary11011100111011100101000100100110000111101010001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B94; }

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

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

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

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

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

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

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

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