#DC3993

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

Shades of Deep Cerise #DC3993

Tints of Deep Cerise #DC3993

Color information

#DC3993 (or 0xDC3993) is unknown color: approx Deep Cerise. HEX triplet: DC, 39 and 93. RGB value is (220,57,147). Sum of RGB (Red+Green+Blue) = 220+57+147=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3993 is #23C66C. Grayscale: #737373. Windows color (decimal): -2344557 or 9648604. OLE color: 9648604.

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

Color convert

RGB22057147-
CMYK00.740.330.14
HSL326.87º69.96%54.31%-
HSV(B)326.87º74.09%86.27%-
XYZ36.2420.2529.6-
YUV116145.5202.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.89%
GREEN value IS 57 (22.66% from 255) = 13.44%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=51.89%
G=13.44%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205714700.740.330.14326.8769.9654.31
HexDC399304A21E1474636
Octal334712230112411650710666
Binary11011100111001100100110100101010000111101010001111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3993; }

 p { color: rgb(220,57,147); }

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

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

 a { background-color: rgb(220,57,147); }

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

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

 span { border-color: rgb(220,57,147); }

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