#D6879D

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

Shades of Can Can #D6879D

Tints of Can Can #D6879D

Color information

#D6879D (or 0xD6879D) is unknown color: approx Can Can. HEX triplet: D6, 87 and 9D. RGB value is (214,135,157). Sum of RGB (Red+Green+Blue) = 214+135+157=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6879D is #297862. Grayscale: #A1A1A1. Windows color (decimal): -2717795 or 10323926. OLE color: 10323926.

HSL color Cylindrical-coordinate representation of color #D6879D: hue angle of 343.29º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6879D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214135157-
CMYK00.370.270.16
HSL343.29º49.07%68.43%-
HSV(B)343.29º36.92%83.92%-
XYZ42.4834.0636.23-
YUV161.13125.67165.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=42.29%
G=26.68%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413515700.370.270.16343.2949.0768.43
HexD6879D0251B101573144
Octal326207235045332052761104
Binary110101101000011110011101010010111011100001010101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6879D; }

 p { color: rgb(214,135,157); }

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

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

 a { background-color: rgb(214,135,157); }

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

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

 span { border-color: rgb(214,135,157); }

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