#D08FA4

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

Shades of Can Can #D08FA4

Tints of Can Can #D08FA4

Color information

#D08FA4 (or 0xD08FA4) is unknown color: approx Can Can. HEX triplet: D0, 8F and A4. RGB value is (208,143,164). Sum of RGB (Red+Green+Blue) = 208+143+164=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FA4 is #2F705B. Grayscale: #A4A4A4. Windows color (decimal): -3108956 or 10784720. OLE color: 10784720.

HSL color Cylindrical-coordinate representation of color #D08FA4: hue angle of 340.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FA4 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB208143164-
CMYK00.310.210.18
HSL340.62º40.88%68.82%-
HSV(B)340.62º31.25%81.57%-
XYZ42.5435.7439.78-
YUV164.83127.53158.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=40.39%
G=27.77%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814316400.310.210.18340.6240.8868.82
HexD08FA401F15121552945
Octal320217244037252252551105
Binary11010000100011111010010001111110101100101010101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FA4; }

 p { color: rgb(208,143,164); }

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

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

 a { background-color: rgb(208,143,164); }

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

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

 span { border-color: rgb(208,143,164); }

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