#D5387D

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

Shades of Deep Cerise #D5387D

Tints of Deep Cerise #D5387D

Color information

#D5387D (or 0xD5387D) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 7D. RGB value is (213,56,125). Sum of RGB (Red+Green+Blue) = 213+56+125=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5387D is #2AC782. Grayscale: #6E6E6E. Windows color (decimal): -2803587 or 8206549. OLE color: 8206549.

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

Color convert

RGB21356125-
CMYK00.740.410.16
HSL333.63º65.15%52.75%-
HSV(B)333.63º73.71%83.53%-
XYZ32.5618.4621.25-
YUV110.81136.01200.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 56 (22.27% from 255) = 14.21%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=54.06%
G=14.21%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135612500.740.410.16333.6365.1552.75
HexD5387D04A291014e4135
Octal325701750112512051610165
Binary11010101111000111110101001010101001100001010011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5387D; }

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

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

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

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

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

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

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

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