#D82E5D

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

Shades of Cerise #D82E5D

Tints of Cerise #D82E5D

Color information

#D82E5D (or 0xD82E5D) is unknown color: approx Cerise. HEX triplet: D8, 2E and 5D. RGB value is (216,46,93). Sum of RGB (Red+Green+Blue) = 216+46+93=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E5D is #27D1A2. Grayscale: #666666. Windows color (decimal): -2609571 or 6106840. OLE color: 6106840.

HSL color Cylindrical-coordinate representation of color #D82E5D: hue angle of 343.41º 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 #D82E5D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB2164693-
CMYK00.790.570.15
HSL343.41º68.55%51.37%-
HSV(B)343.41º78.7%84.71%-
XYZ31.2717.3412.06-
YUV102.19122.82209.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.85%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=60.85%
G=12.96%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216469300.790.570.15343.4168.5551.37
HexD82E5D04F39F1574533
Octal330561350117711752710563
Binary1101100010111010111010100111111100111111010101111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82E5D; }

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

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

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

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

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

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

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

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