#D5345B

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

Shades of Cerise #D5345B

Tints of Cerise #D5345B

Color information

#D5345B (or 0xD5345B) is unknown color: approx Cerise. HEX triplet: D5, 34 and 5B. RGB value is (213,52,91). Sum of RGB (Red+Green+Blue) = 213+52+91=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5345B is #2ACBA4. Grayscale: #686868. Windows color (decimal): -2804645 or 5977301. OLE color: 5977301.

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

Color convert

RGB2135291-
CMYK00.760.570.16
HSL345.47º65.71%51.96%-
HSV(B)345.47º75.59%83.53%-
XYZ30.5617.3611.64-
YUV104.58120.34205.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=59.83%
G=14.61%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213529100.760.570.16345.4765.7151.96
HexD5345B04C39101594234
Octal325641330114712053110264
Binary11010101110100101101101001100111001100001010110011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5345B; }

 p { color: rgb(213,52,91); }

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

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

 a { background-color: rgb(213,52,91); }

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

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

 span { border-color: rgb(213,52,91); }

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