#D8285F

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

Shades of Cerise #D8285F

Tints of Cerise #D8285F

Color information

#D8285F (or 0xD8285F) is unknown color: approx Cerise. HEX triplet: D8, 28 and 5F. RGB value is (216,40,95). Sum of RGB (Red+Green+Blue) = 216+40+95=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D8285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8285F is #27D7A0. Grayscale: #626262. Windows color (decimal): -2611105 or 6236376. OLE color: 6236376.

HSL color Cylindrical-coordinate representation of color #D8285F: hue angle of 341.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8285F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2164095-
CMYK00.810.560.15
HSL341.25º69.29%50.2%-
HSV(B)341.25º81.48%84.71%-
XYZ31.1416.9412.46-
YUV98.89125.81211.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.54%
GREEN value IS 40 (16.02% from 255) = 11.40%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=61.54%
G=11.40%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216409500.810.560.15341.2569.2950.2
HexD8285F05138F1554532
Octal330501370121701752510562
Binary1101100010100010111110101000111100011111010101011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8285F; }

 p { color: rgb(216,40,95); }

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

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

 a { background-color: rgb(216,40,95); }

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

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

 span { border-color: rgb(216,40,95); }

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