#D82564

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

Shades of Cerise #D82564

Tints of Cerise #D82564

Color information

#D82564 (or 0xD82564) is unknown color: approx Cerise. HEX triplet: D8, 25 and 64. RGB value is (216,37,100). Sum of RGB (Red+Green+Blue) = 216+37+100=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D82564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82564 is #27DA9B. Grayscale: #616161. Windows color (decimal): -2611868 or 6563288. OLE color: 6563288.

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

Color convert

RGB21637100-
CMYK00.830.540.15
HSL338.88º70.75%49.61%-
HSV(B)338.88º82.87%84.71%-
XYZ31.2816.8413.66-
YUV97.7129.3212.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.19%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=61.19%
G=10.48%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163710000.830.540.15338.8870.7549.61
HexD8256405336F1534732
Octal330451440123661752310762
Binary1101100010010111001000101001111011011111010100111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82564; }

 p { color: rgb(216,37,100); }

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

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

 a { background-color: rgb(216,37,100); }

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

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

 span { border-color: rgb(216,37,100); }

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