#D5315C

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

Shades of Cerise #D5315C

Tints of Cerise #D5315C

Color information

#D5315C (or 0xD5315C) is unknown color: approx Cerise. HEX triplet: D5, 31 and 5C. RGB value is (213,49,92). Sum of RGB (Red+Green+Blue) = 213+49+92=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5315C is #2ACEA3. Grayscale: #666666. Windows color (decimal): -2805412 or 6042069. OLE color: 6042069.

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

Color convert

RGB2134992-
CMYK00.770.570.16
HSL344.27º66.13%51.37%-
HSV(B)344.27º77%83.53%-
XYZ30.4717.1211.82-
YUV102.94121.83206.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.17%
GREEN value IS 49 (19.53% from 255) = 13.84%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=60.17%
G=13.84%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213499200.770.570.16344.2766.1351.37
HexD5315C04D39101584233
Octal325611340115712053010263
Binary11010101110001101110001001101111001100001010110001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5315C; }

 p { color: rgb(213,49,92); }

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

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

 a { background-color: rgb(213,49,92); }

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

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

 span { border-color: rgb(213,49,92); }

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