#D82B60

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

Shades of Cerise #D82B60

Tints of Cerise #D82B60

Color information

#D82B60 (or 0xD82B60) is unknown color: approx Cerise. HEX triplet: D8, 2B and 60. RGB value is (216,43,96). Sum of RGB (Red+Green+Blue) = 216+43+96=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82B60 is #27D49F. Grayscale: #646464. Windows color (decimal): -2610336 or 6302680. OLE color: 6302680.

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

Color convert

RGB2164396-
CMYK00.800.560.15
HSL341.62º68.92%50.78%-
HSV(B)341.62º80.09%84.71%-
XYZ31.2917.1712.73-
YUV100.77125.31210.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.85%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=60.85%
G=12.11%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216439600.800.560.15341.6268.9250.78
HexD82B6005038F1564533
Octal330531400120701752610563
Binary1101100010101111000000101000011100011111010101101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82B60; }

 p { color: rgb(216,43,96); }

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

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

 a { background-color: rgb(216,43,96); }

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

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

 span { border-color: rgb(216,43,96); }

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