#D985A0

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

Shades of Can Can #D985A0

Tints of Can Can #D985A0

Color information

#D985A0 (or 0xD985A0) is unknown color: approx Can Can. HEX triplet: D9, 85 and A0. RGB value is (217,133,160). Sum of RGB (Red+Green+Blue) = 217+133+160=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D985A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985A0 is #267A5F. Grayscale: #A1A1A1. Windows color (decimal): -2521696 or 10520025. OLE color: 10520025.

HSL color Cylindrical-coordinate representation of color #D985A0: hue angle of 340.71º 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 #D985A0 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217133160-
CMYK00.390.260.15
HSL340.71º52.5%68.63%-
HSV(B)340.71º38.71%85.1%-
XYZ43.3534.0637.55-
YUV161.19127.33167.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=42.55%
G=26.08%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713316000.390.260.15340.7152.568.63
HexD985A00271AF1553445
Octal331205240047321752564105
Binary11011001100001011010000001001111101011111010101011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985A0; }

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

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

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

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

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

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

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

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