#D480A0

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

Shades of Can Can #D480A0

Tints of Can Can #D480A0

Color information

#D480A0 (or 0xD480A0) is unknown color: approx Can Can. HEX triplet: D4, 80 and A0. RGB value is (212,128,160). Sum of RGB (Red+Green+Blue) = 212+128+160=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D480A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D480A0 is #2B7F5F. Grayscale: #9C9C9C. Windows color (decimal): -2850656 or 10518740. OLE color: 10518740.

HSL color Cylindrical-coordinate representation of color #D480A0: hue angle of 337.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480A0 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212128160-
CMYK00.400.250.17
HSL337.14º49.41%66.67%-
HSV(B)337.14º39.62%83.14%-
XYZ41.2231.9737.26-
YUV156.76129.83167.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.4%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 160 (62.89% from 255) = 32%
R=42.4%
G=25.6%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212816000.400.250.17337.1449.4166.67
HexD480A002819111513143
Octal324200240050312152161103
Binary110101001000000010100000010100011001100011010100011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480A0; }

 p { color: rgb(212,128,160); }

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

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

 a { background-color: rgb(212,128,160); }

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

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

 span { border-color: rgb(212,128,160); }

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