#DF3586

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

Shades of Deep Cerise #DF3586

Tints of Deep Cerise #DF3586

Color information

#DF3586 (or 0xDF3586) is unknown color: approx Deep Cerise. HEX triplet: DF, 35 and 86. RGB value is (223,53,134). Sum of RGB (Red+Green+Blue) = 223+53+134=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3586 is #20CA79. Grayscale: #707070. Windows color (decimal): -2148986 or 8795615. OLE color: 8795615.

HSL color Cylindrical-coordinate representation of color #DF3586: hue angle of 331.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3586 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB22353134-
CMYK00.760.400.13
HSL331.41º72.65%54.12%-
HSV(B)331.41º76.23%87.45%-
XYZ36.0119.9624.51-
YUV113.06139.82206.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.39%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=54.39%
G=12.93%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235313400.760.400.13331.4172.6554.12
HexDF358604C28D14b4936
Octal337652060114501551311166
Binary11011111110101100001100100110010100011011010010111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3586; }

 p { color: rgb(223,53,134); }

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

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

 a { background-color: rgb(223,53,134); }

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

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

 span { border-color: rgb(223,53,134); }

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