#D47FA8

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

Shades of Can Can #D47FA8

Tints of Can Can #D47FA8

Color information

#D47FA8 (or 0xD47FA8) is unknown color: approx Can Can. HEX triplet: D4, 7F and A8. RGB value is (212,127,168). Sum of RGB (Red+Green+Blue) = 212+127+168=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FA8 is #2B8057. Grayscale: #9D9D9D. Windows color (decimal): -2850904 or 11042772. OLE color: 11042772.

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

Color convert

RGB212127168-
CMYK00.400.210.17
HSL331.06º49.71%66.47%-
HSV(B)331.06º40.09%83.14%-
XYZ41.813241.02-
YUV157.09134.16167.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=41.81%
G=25.05%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212716800.400.210.17331.0649.7166.47
HexD47FA8028151114b3242
Octal324177250050252151362102
Binary11010100111111110101000010100010101100011010010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FA8; }

 p { color: rgb(212,127,168); }

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

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

 a { background-color: rgb(212,127,168); }

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

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

 span { border-color: rgb(212,127,168); }

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