#D6829F

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

Shades of Can Can #D6829F

Tints of Can Can #D6829F

Color information

#D6829F (or 0xD6829F) is unknown color: approx Can Can. HEX triplet: D6, 82 and 9F. RGB value is (214,130,159). Sum of RGB (Red+Green+Blue) = 214+130+159=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6829F is #297D60. Grayscale: #9E9E9E. Windows color (decimal): -2719073 or 10453718. OLE color: 10453718.

HSL color Cylindrical-coordinate representation of color #D6829F: hue angle of 339.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6829F is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214130159-
CMYK00.390.260.16
HSL339.29º50.6%67.45%-
HSV(B)339.29º39.25%83.92%-
XYZ41.9732.7636.91-
YUV158.42128.33167.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=42.54%
G=25.84%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413015900.390.260.16339.2950.667.45
HexD6829F0271A101533343
Octal326202237047322052363103
Binary110101101000001010011111010011111010100001010100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6829F; }

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

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

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

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

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

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

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

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