#D985A3

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

Shades of Can Can #D985A3

Tints of Can Can #D985A3

Color information

#D985A3 (or 0xD985A3) is unknown color: approx Can Can. HEX triplet: D9, 85 and A3. RGB value is (217,133,163). Sum of RGB (Red+Green+Blue) = 217+133+163=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D985A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985A3 is #267A5C. Grayscale: #A1A1A1. Windows color (decimal): -2521693 or 10716633. OLE color: 10716633.

HSL color Cylindrical-coordinate representation of color #D985A3: hue angle of 338.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985A3 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB217133163-
CMYK00.390.250.15
HSL338.57º52.5%68.63%-
HSV(B)338.57º38.71%85.1%-
XYZ43.6134.1738.95-
YUV161.54128.83167.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=42.30%
G=25.93%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713316300.390.250.15338.5752.568.63
HexD985A302719F1533445
Octal331205243047311752364105
Binary11011001100001011010001101001111100111111010100111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985A3; }

 p { color: rgb(217,133,163); }

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

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

 a { background-color: rgb(217,133,163); }

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

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

 span { border-color: rgb(217,133,163); }

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