#D5396B

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

Shades of Cerise #D5396B

Tints of Cerise #D5396B

Color information

#D5396B (or 0xD5396B) is unknown color: approx Cerise. HEX triplet: D5, 39 and 6B. RGB value is (213,57,107). Sum of RGB (Red+Green+Blue) = 213+57+107=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5396B is #2AC694. Grayscale: #6D6D6D. Windows color (decimal): -2803349 or 7027157. OLE color: 7027157.

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

Color convert

RGB21357107-
CMYK00.730.500.16
HSL340.77º65%52.94%-
HSV(B)340.77º73.24%83.53%-
XYZ31.5618.1315.75-
YUV109.34126.68201.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=56.50%
G=15.12%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135710700.730.500.16340.776552.94
HexD5396B04932101554135
Octal325711530111622052510165
Binary11010101111001110101101001001110010100001010101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5396B; }

 p { color: rgb(213,57,107); }

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

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

 a { background-color: rgb(213,57,107); }

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

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

 span { border-color: rgb(213,57,107); }

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