#D982A2

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

Shades of Can Can #D982A2

Tints of Can Can #D982A2

Color information

#D982A2 (or 0xD982A2) is unknown color: approx Can Can. HEX triplet: D9, 82 and A2. RGB value is (217,130,162). Sum of RGB (Red+Green+Blue) = 217+130+162=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D982A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982A2 is #267D5D. Grayscale: #9F9F9F. Windows color (decimal): -2522462 or 10650329. OLE color: 10650329.

HSL color Cylindrical-coordinate representation of color #D982A2: hue angle of 337.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D982A2 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB217130162-
CMYK00.400.250.15
HSL337.93º53.37%68.04%-
HSV(B)337.93º40.09%85.1%-
XYZ43.1233.3338.34-
YUV159.66129.32168.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=42.63%
G=25.54%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713016200.400.250.15337.9353.3768.04
HexD982A202819F1523544
Octal331202242050311752265104
Binary11011001100000101010001001010001100111111010100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982A2; }

 p { color: rgb(217,130,162); }

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

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

 a { background-color: rgb(217,130,162); }

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

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

 span { border-color: rgb(217,130,162); }

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