#D7315F

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

Shades of Cerise #D7315F

Tints of Cerise #D7315F

Color information

#D7315F (or 0xD7315F) is unknown color: approx Cerise. HEX triplet: D7, 31 and 5F. RGB value is (215,49,95). Sum of RGB (Red+Green+Blue) = 215+49+95=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7315F is #28CEA0. Grayscale: #676767. Windows color (decimal): -2674337 or 6238679. OLE color: 6238679.

HSL color Cylindrical-coordinate representation of color #D7315F: hue angle of 343.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7315F is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB2154995-
CMYK00.770.560.16
HSL343.37º67.48%51.76%-
HSV(B)343.37º77.21%84.31%-
XYZ31.1917.4712.55-
YUV103.88123207.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.89%
GREEN value IS 49 (19.53% from 255) = 13.65%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=59.89%
G=13.65%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215499500.770.560.16343.3767.4851.76
HexD7315F04D38101574334
Octal327611370115702052710364
Binary11010111110001101111101001101111000100001010101111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7315F; }

 p { color: rgb(215,49,95); }

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

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

 a { background-color: rgb(215,49,95); }

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

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

 span { border-color: rgb(215,49,95); }

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