#D82E72

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

Shades of Cerise #D82E72

Tints of Cerise #D82E72

Color information

#D82E72 (or 0xD82E72) is unknown color: approx Cerise. HEX triplet: D8, 2E and 72. RGB value is (216,46,114). Sum of RGB (Red+Green+Blue) = 216+46+114=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E72 is #27D18D. Grayscale: #686868. Windows color (decimal): -2609550 or 7483096. OLE color: 7483096.

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

Color convert

RGB21646114-
CMYK00.790.470.15
HSL336º68.55%51.37%-
HSV(B)336º78.7%84.71%-
XYZ32.3317.7717.64-
YUV104.58133.32207.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.45%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=57.45%
G=12.23%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2164611400.790.470.1533668.5551.37
HexD82E7204F2FF1504533
Octal330561620117571752010563
Binary1101100010111011100100100111110111111111010100001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82E72; }

 p { color: rgb(216,46,114); }

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

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

 a { background-color: rgb(216,46,114); }

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

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

 span { border-color: rgb(216,46,114); }

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