#D13999

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

Shades of Deep Cerise #D13999

Tints of Deep Cerise #D13999

Color information

#D13999 (or 0xD13999) is unknown color: approx Deep Cerise. HEX triplet: D1, 39 and 99. RGB value is (209,57,153). Sum of RGB (Red+Green+Blue) = 209+57+153=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D13999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13999 is #2EC666. Grayscale: #717171. Windows color (decimal): -3065447 or 10041809. OLE color: 10041809.

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

Color convert

RGB20957153-
CMYK00.730.270.18
HSL322.11º62.3%52.16%-
HSV(B)322.11º72.73%81.96%-
XYZ33.5118.7832-
YUV113.39150.36196.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=49.88%
G=13.60%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095715300.730.270.18322.1162.352.16
HexD139990491B121423e34
Octal32171231011133225027664
Binary1101000111100110011001010010011101110010101000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13999; }

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

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

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

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

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

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

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

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