#D13496

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

Shades of Deep Cerise #D13496

Tints of Deep Cerise #D13496

Color information

#D13496 (or 0xD13496) is unknown color: approx Deep Cerise. HEX triplet: D1, 34 and 96. RGB value is (209,52,150). Sum of RGB (Red+Green+Blue) = 209+52+150=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D13496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13496 is #2ECB69. Grayscale: #6D6D6D. Windows color (decimal): -3066730 or 9843921. OLE color: 9843921.

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

Color convert

RGB20952150-
CMYK00.750.280.18
HSL322.55º63.05%51.18%-
HSV(B)322.55º75.12%81.96%-
XYZ33.0318.2130.63-
YUV110.12150.51198.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=50.85%
G=12.65%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095215000.750.280.18322.5563.0551.18
HexD1349604B1C121433f33
Octal32164226011334225037763
Binary1101000111010010010110010010111110010010101000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13496; }

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

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

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

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

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

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

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

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