#D47DA5

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

Shades of Can Can #D47DA5

Tints of Can Can #D47DA5

Color information

#D47DA5 (or 0xD47DA5) is unknown color: approx Can Can. HEX triplet: D4, 7D and A5. RGB value is (212,125,165). Sum of RGB (Red+Green+Blue) = 212+125+165=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47DA5 is #2B825A. Grayscale: #9B9B9B. Windows color (decimal): -2851419 or 10845652. OLE color: 10845652.

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

Color convert

RGB212125165-
CMYK00.410.220.17
HSL332.41º50.29%66.08%-
HSV(B)332.41º41.04%83.14%-
XYZ41.2831.3839.48-
YUV155.57133.32168.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=42.23%
G=24.90%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212516500.410.220.17332.4150.2966.08
HexD47DA5029161114c3242
Octal324175245051262151462102
Binary11010100111110110100101010100110110100011010011001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DA5; }

 p { color: rgb(212,125,165); }

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

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

 a { background-color: rgb(212,125,165); }

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

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

 span { border-color: rgb(212,125,165); }

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