#D13994

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

Shades of Deep Cerise #D13994

Tints of Deep Cerise #D13994

Color information

#D13994 (or 0xD13994) is unknown color: approx Deep Cerise. HEX triplet: D1, 39 and 94. RGB value is (209,57,148). Sum of RGB (Red+Green+Blue) = 209+57+148=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D13994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13994 is #2EC66B. Grayscale: #707070. Windows color (decimal): -3065452 or 9714129. OLE color: 9714129.

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

Color convert

RGB20957148-
CMYK00.730.290.18
HSL324.08º62.3%52.16%-
HSV(B)324.08º72.73%81.96%-
XYZ33.118.6229.87-
YUV112.82147.86196.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 57 (22.66% from 255) = 13.77%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=50.48%
G=13.77%
B=35.75%

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
Decimal2095714800.730.290.18324.0862.352.16
HexD139940491D121443e34
Octal32171224011135225047664
Binary1101000111100110010100010010011110110010101000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13994; }

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

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

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

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

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

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

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

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