#D2879F

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

Shades of Can Can #D2879F

Tints of Can Can #D2879F

Color information

#D2879F (or 0xD2879F) is unknown color: approx Can Can. HEX triplet: D2, 87 and 9F. RGB value is (210,135,159). Sum of RGB (Red+Green+Blue) = 210+135+159=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2879F is #2D7860. Grayscale: #A0A0A0. Windows color (decimal): -2979937 or 10454994. OLE color: 10454994.

HSL color Cylindrical-coordinate representation of color #D2879F: hue angle of 340.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2879F is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB210135159-
CMYK00.360.240.18
HSL340.8º45.45%67.65%-
HSV(B)340.8º35.71%82.35%-
XYZ41.533.5337.09-
YUV160.16127.35163.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=41.67%
G=26.79%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013515900.360.240.18340.845.4567.65
HexD2879F02418121552d44
Octal322207237044302252555104
Binary110100101000011110011111010010011000100101010101011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2879F; }

 p { color: rgb(210,135,159); }

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

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

 a { background-color: rgb(210,135,159); }

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

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

 span { border-color: rgb(210,135,159); }

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