#D5295B

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

Shades of Cerise #D5295B

Tints of Cerise #D5295B

Color information

#D5295B (or 0xD5295B) is unknown color: approx Cerise. HEX triplet: D5, 29 and 5B. RGB value is (213,41,91). Sum of RGB (Red+Green+Blue) = 213+41+91=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5295B is #2AD6A4. Grayscale: #626262. Windows color (decimal): -2807461 or 5974485. OLE color: 5974485.

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

Color convert

RGB2134191-
CMYK00.810.570.16
HSL342.56º67.72%49.8%-
HSV(B)342.56º80.75%83.53%-
XYZ30.1216.4911.49-
YUV98.13123.98209.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.74%
GREEN value IS 41 (16.41% from 255) = 11.88%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=61.74%
G=11.88%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213419100.810.570.16342.5667.7249.8
HexD5295B05139101574432
Octal325511330121712052710462
Binary11010101101001101101101010001111001100001010101111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5295B; }

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

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

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

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

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

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

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

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