#D5387B

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

Shades of Deep Cerise #D5387B

Tints of Deep Cerise #D5387B

Color information

#D5387B (or 0xD5387B) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 7B. RGB value is (213,56,123). Sum of RGB (Red+Green+Blue) = 213+56+123=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5387B is #2AC784. Grayscale: #6E6E6E. Windows color (decimal): -2803589 or 8075477. OLE color: 8075477.

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

Color convert

RGB21356123-
CMYK00.740.420.16
HSL334.39º65.15%52.75%-
HSV(B)334.39º73.71%83.53%-
XYZ32.4318.420.58-
YUV110.58135.01201.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=54.34%
G=14.29%
B=31.38%

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
Decimal2135612300.740.420.16334.3965.1552.75
HexD5387B04A2A1014e4135
Octal325701730112522051610165
Binary11010101111000111101101001010101010100001010011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5387B; }

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

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

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

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

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

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

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

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