#D8829E

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

Shades of Can Can #D8829E

Tints of Can Can #D8829E

Color information

#D8829E (or 0xD8829E) is unknown color: approx Can Can. HEX triplet: D8, 82 and 9E. RGB value is (216,130,158). Sum of RGB (Red+Green+Blue) = 216+130+158=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8829E is #277D61. Grayscale: #9E9E9E. Windows color (decimal): -2588002 or 10388184. OLE color: 10388184.

HSL color Cylindrical-coordinate representation of color #D8829E: hue angle of 340.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8829E is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB216130158-
CMYK00.400.270.15
HSL340.47º52.44%67.84%-
HSV(B)340.47º39.81%84.71%-
XYZ42.4733.0336.49-
YUV158.91127.49168.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=42.86%
G=25.79%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613015800.400.270.15340.4752.4467.84
HexD8829E0281BF1543444
Octal330202236050331752464104
Binary11011000100000101001111001010001101111111010101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8829E; }

 p { color: rgb(216,130,158); }

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

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

 a { background-color: rgb(216,130,158); }

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

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

 span { border-color: rgb(216,130,158); }

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