#D13495

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

Shades of Deep Cerise #D13495

Tints of Deep Cerise #D13495

Color information

#D13495 (or 0xD13495) is unknown color: approx Deep Cerise. HEX triplet: D1, 34 and 95. RGB value is (209,52,149). Sum of RGB (Red+Green+Blue) = 209+52+149=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13495 is #2ECB6A. Grayscale: #6D6D6D. Windows color (decimal): -3066731 or 9778385. OLE color: 9778385.

HSL color Cylindrical-coordinate representation of color #D13495: hue angle of 322.93º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13495 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB20952149-
CMYK00.750.290.18
HSL322.93º63.05%51.18%-
HSV(B)322.93º75.12%81.96%-
XYZ32.9518.1830.21-
YUV110150.01198.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.98%
GREEN value IS 52 (20.70% from 255) = 12.68%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=50.98%
G=12.68%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095214900.750.290.18322.9363.0551.18
HexD1349504B1D121433f33
Octal32164225011335225037763
Binary1101000111010010010101010010111110110010101000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13495; }

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

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

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

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

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

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

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

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