#D5387C

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

Shades of Deep Cerise #D5387C

Tints of Deep Cerise #D5387C

Color information

#D5387C (or 0xD5387C) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 7C. RGB value is (213,56,124). Sum of RGB (Red+Green+Blue) = 213+56+124=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5387C is #2AC783. Grayscale: #6E6E6E. Windows color (decimal): -2803588 or 8141013. OLE color: 8141013.

HSL color Cylindrical-coordinate representation of color #D5387C: hue angle of 334.01º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5387C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21356124-
CMYK00.740.420.16
HSL334.01º65.15%52.75%-
HSV(B)334.01º73.71%83.53%-
XYZ32.4918.4320.91-
YUV110.7135.51200.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=54.20%
G=14.25%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135612400.740.420.16334.0165.1552.75
HexD5387C04A2A1014e4135
Octal325701740112522051610165
Binary11010101111000111110001001010101010100001010011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5387C; }

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

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

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

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

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

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

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

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