#DC3B92

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

Shades of Deep Cerise #DC3B92

Tints of Deep Cerise #DC3B92

Color information

#DC3B92 (or 0xDC3B92) is unknown color: approx Deep Cerise. HEX triplet: DC, 3B and 92. RGB value is (220,59,146). Sum of RGB (Red+Green+Blue) = 220+59+146=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3B92 is #23C46D. Grayscale: #747474. Windows color (decimal): -2344046 or 9583580. OLE color: 9583580.

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

Color convert

RGB22059146-
CMYK00.730.340.14
HSL327.58º69.7%54.71%-
HSV(B)327.58º73.18%86.27%-
XYZ36.2720.4229.22-
YUV117.06144.34201.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=51.76%
G=13.88%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205914600.730.340.14327.5869.754.71
HexDC3B9204922E1484637
Octal334732220111421651010667
Binary11011100111011100100100100100110001011101010010001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B92; }

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

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

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

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

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

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

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

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