#D13985

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

Shades of Deep Cerise #D13985

Tints of Deep Cerise #D13985

Color information

#D13985 (or 0xD13985) is unknown color: approx Deep Cerise. HEX triplet: D1, 39 and 85. RGB value is (209,57,133). Sum of RGB (Red+Green+Blue) = 209+57+133=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D13985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13985 is #2EC67A. Grayscale: #6E6E6E. Windows color (decimal): -3065467 or 8731089. OLE color: 8731089.

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

Color convert

RGB20957133-
CMYK00.730.360.18
HSL330º62.3%52.16%-
HSV(B)330º72.73%81.96%-
XYZ31.9918.1824.01-
YUV111.11140.36197.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.38%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=52.38%
G=14.29%
B=33.33%

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
Decimal2095713300.730.360.1833062.352.16
HexD13985049241214a3e34
Octal32171205011144225127664
Binary11010001111001100001010100100110010010010101001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13985; }

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

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

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

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

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

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

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

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