#D07FA9

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

Shades of Can Can #D07FA9

Tints of Can Can #D07FA9

Color information

#D07FA9 (or 0xD07FA9) is unknown color: approx Can Can. HEX triplet: D0, 7F and A9. RGB value is (208,127,169). Sum of RGB (Red+Green+Blue) = 208+127+169=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FA9 is #2F8056. Grayscale: #9B9B9B. Windows color (decimal): -3113047 or 11108304. OLE color: 11108304.

HSL color Cylindrical-coordinate representation of color #D07FA9: hue angle of 328.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FA9 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208127169-
CMYK00.390.190.18
HSL328.89º46.29%65.69%-
HSV(B)328.89º38.94%81.57%-
XYZ40.7631.4541.46-
YUV156.01135.34165.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=41.27%
G=25.20%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812716900.390.190.18328.8946.2965.69
HexD07FA902713121492e42
Octal320177251047232251156102
Binary11010000111111110101001010011110011100101010010011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FA9; }

 p { color: rgb(208,127,169); }

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

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

 a { background-color: rgb(208,127,169); }

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

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

 span { border-color: rgb(208,127,169); }

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