#D8245A

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

Shades of Cerise #D8245A

Tints of Cerise #D8245A

Color information

#D8245A (or 0xD8245A) is unknown color: approx Cerise. HEX triplet: D8, 24 and 5A. RGB value is (216,36,90). Sum of RGB (Red+Green+Blue) = 216+36+90=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8245A is #27DBA5. Grayscale: #5F5F5F. Windows color (decimal): -2612134 or 5907672. OLE color: 5907672.

HSL color Cylindrical-coordinate representation of color #D8245A: hue angle of 342º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8245A is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB2163690-
CMYK00.830.580.15
HSL342º71.43%49.41%-
HSV(B)342º83.33%84.71%-
XYZ30.816.611.25-
YUV95.98124.63213.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.16%
GREEN value IS 36 (14.45% from 255) = 10.53%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=63.16%
G=10.53%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216369000.830.580.1534271.4349.41
HexD8245A0533AF1564731
Octal330441320123721752610761
Binary1101100010010010110100101001111101011111010101101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8245A; }

 p { color: rgb(216,36,90); }

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

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

 a { background-color: rgb(216,36,90); }

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

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

 span { border-color: rgb(216,36,90); }

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