#D8829F

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

Shades of Can Can #D8829F

Tints of Can Can #D8829F

Color information

#D8829F (or 0xD8829F) is unknown color: approx Can Can. HEX triplet: D8, 82 and 9F. RGB value is (216,130,159). Sum of RGB (Red+Green+Blue) = 216+130+159=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8829F is #277D60. Grayscale: #9E9E9E. Windows color (decimal): -2588001 or 10453720. OLE color: 10453720.

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

Color convert

RGB216130159-
CMYK00.400.260.15
HSL339.77º52.44%67.84%-
HSV(B)339.77º39.81%84.71%-
XYZ42.5633.0736.94-
YUV159.02127.99168.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=42.77%
G=25.74%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613015900.400.260.15339.7752.4467.84
HexD8829F0281AF1543444
Octal330202237050321752464104
Binary11011000100000101001111101010001101011111010101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8829F; }

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

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

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

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

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

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

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

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