#D13986

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

Shades of Deep Cerise #D13986

Tints of Deep Cerise #D13986

Color information

#D13986 (or 0xD13986) is unknown color: approx Deep Cerise. HEX triplet: D1, 39 and 86. RGB value is (209,57,134). Sum of RGB (Red+Green+Blue) = 209+57+134=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D13986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13986 is #2EC679. Grayscale: #6F6F6F. Windows color (decimal): -3065466 or 8796625. OLE color: 8796625.

HSL color Cylindrical-coordinate representation of color #D13986: hue angle of 329.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13986 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB20957134-
CMYK00.730.360.18
HSL329.61º62.3%52.16%-
HSV(B)329.61º72.73%81.96%-
XYZ32.0618.224.38-
YUV111.23140.86197.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 57 (22.66% from 255) = 14.25%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=52.25%
G=14.25%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095713400.730.360.18329.6162.352.16
HexD13986049241214a3e34
Octal32171206011144225127664
Binary11010001111001100001100100100110010010010101001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13986; }

 p { color: rgb(209,57,134); }

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

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

 a { background-color: rgb(209,57,134); }

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

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

 span { border-color: rgb(209,57,134); }

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