#D47F9E

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

Shades of Can Can #D47F9E

Tints of Can Can #D47F9E

Color information

#D47F9E (or 0xD47F9E) is unknown color: approx Can Can. HEX triplet: D4, 7F and 9E. RGB value is (212,127,158). Sum of RGB (Red+Green+Blue) = 212+127+158=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F9E is #2B8061. Grayscale: #9B9B9B. Windows color (decimal): -2850914 or 10387412. OLE color: 10387412.

HSL color Cylindrical-coordinate representation of color #D47F9E: hue angle of 338.12º 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 #D47F9E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212127158-
CMYK00.400.250.17
HSL338.12º49.71%66.47%-
HSV(B)338.12º40.09%83.14%-
XYZ40.9131.6436.3-
YUV155.95129.16167.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=42.66%
G=25.55%
B=31.79%

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
Decimal21212715800.400.250.17338.1249.7166.47
HexD47F9E02819111523242
Octal324177236050312152262102
Binary11010100111111110011110010100011001100011010100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F9E; }

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

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

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

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

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

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

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

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