#DF8FA9

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

Shades of Kobi #DF8FA9

Tints of Kobi #DF8FA9

Color information

#DF8FA9 (or 0xDF8FA9) is unknown color: approx Kobi. HEX triplet: DF, 8F and A9. RGB value is (223,143,169). Sum of RGB (Red+Green+Blue) = 223+143+169=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8FA9 is #207056. Grayscale: #A9A9A9. Windows color (decimal): -2125911 or 11112415. OLE color: 11112415.

HSL color Cylindrical-coordinate representation of color #DF8FA9: hue angle of 340.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FA9 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223143169-
CMYK00.360.240.13
HSL340.5º55.56%71.76%-
HSV(B)340.5º35.87%87.45%-
XYZ47.4238.242.41-
YUV169.88127.5165.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=41.68%
G=26.73%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314316900.360.240.13340.555.5671.76
HexDF8FA902418D1543848
Octal337217251044301552470110
Binary11011111100011111010100101001001100011011010101001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8FA9; }

 p { color: rgb(223,143,169); }

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

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

 a { background-color: rgb(223,143,169); }

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

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

 span { border-color: rgb(223,143,169); }

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