#D13995

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

Shades of Deep Cerise #D13995

Tints of Deep Cerise #D13995

Color information

#D13995 (or 0xD13995) is unknown color: approx Deep Cerise. HEX triplet: D1, 39 and 95. RGB value is (209,57,149). Sum of RGB (Red+Green+Blue) = 209+57+149=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D13995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13995 is #2EC66A. Grayscale: #707070. Windows color (decimal): -3065451 or 9779665. OLE color: 9779665.

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

Color convert

RGB20957149-
CMYK00.730.290.18
HSL323.68º62.3%52.16%-
HSV(B)323.68º72.73%81.96%-
XYZ33.1818.6530.28-
YUV112.94148.36196.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=50.36%
G=13.73%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095714900.730.290.18323.6862.352.16
HexD139950491D121443e34
Octal32171225011135225047664
Binary1101000111100110010101010010011110110010101000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13995; }

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

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

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

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

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

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

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

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