#D1387C

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

Shades of Deep Cerise #D1387C

Tints of Deep Cerise #D1387C

Color information

#D1387C (or 0xD1387C) is unknown color: approx Deep Cerise. HEX triplet: D1, 38 and 7C. RGB value is (209,56,124). Sum of RGB (Red+Green+Blue) = 209+56+124=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1387C is #2EC783. Grayscale: #6D6D6D. Windows color (decimal): -3065732 or 8141009. OLE color: 8141009.

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

Color convert

RGB20956124-
CMYK00.730.410.18
HSL333.33º62.45%51.96%-
HSV(B)333.33º73.21%81.96%-
XYZ31.3517.8420.86-
YUV109.5136.19198.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=53.73%
G=14.40%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095612400.730.410.18333.3362.4551.96
HexD1387C049291214d3e34
Octal32170174011151225157664
Binary1101000111100011111000100100110100110010101001101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1387C; }

 p { color: rgb(209,56,124); }

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

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

 a { background-color: rgb(209,56,124); }

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

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

 span { border-color: rgb(209,56,124); }

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