#D1359E

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

Shades of Deep Cerise #D1359E

Tints of Deep Cerise #D1359E

Color information

#D1359E (or 0xD1359E) is unknown color: approx Deep Cerise. HEX triplet: D1, 35 and 9E. RGB value is (209,53,158). Sum of RGB (Red+Green+Blue) = 209+53+158=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1359E is #2ECA61. Grayscale: #6F6F6F. Windows color (decimal): -3066466 or 10368465. OLE color: 10368465.

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

Color convert

RGB20953158-
CMYK00.750.240.18
HSL319.62º62.9%51.37%-
HSV(B)319.62º74.64%81.96%-
XYZ33.7418.5734.15-
YUV111.61154.18197.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 53 (21.09% from 255) = 12.62%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=49.76%
G=12.62%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095315800.750.240.18319.6262.951.37
HexD1359E04B18121403f33
Octal32165236011330225007763
Binary1101000111010110011110010010111100010010101000000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1359E; }

 p { color: rgb(209,53,158); }

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

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

 a { background-color: rgb(209,53,158); }

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

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

 span { border-color: rgb(209,53,158); }

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