#D5868F

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

Shades of Can Can #D5868F

Tints of Can Can #D5868F

Color information

#D5868F (or 0xD5868F) is unknown color: approx Can Can. HEX triplet: D5, 86 and 8F. RGB value is (213,134,143). Sum of RGB (Red+Green+Blue) = 213+134+143=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5868F is #2A7970. Grayscale: #9E9E9E. Windows color (decimal): -2783601 or 9406165. OLE color: 9406165.

HSL color Cylindrical-coordinate representation of color #D5868F: hue angle of 353.16º degrees, saturation: 0.48, 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 #D5868F is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213134143-
CMYK00.370.330.16
HSL353.16º48.47%68.04%-
HSV(B)353.16º37.09%83.53%-
XYZ40.9233.1830.23-
YUV158.65119.17166.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=43.47%
G=27.35%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313414300.370.330.16353.1648.4768.04
HexD5868F02521101613044
Octal325206217045412054160104
Binary1101010110000110100011110100101100001100001011000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5868F; }

 p { color: rgb(213,134,143); }

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

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

 a { background-color: rgb(213,134,143); }

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

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

 span { border-color: rgb(213,134,143); }

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