#DF8FAF

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

Shades of Kobi #DF8FAF

Tints of Kobi #DF8FAF

Color information

#DF8FAF (or 0xDF8FAF) is unknown color: approx Kobi. HEX triplet: DF, 8F and AF. RGB value is (223,143,175). Sum of RGB (Red+Green+Blue) = 223+143+175=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8FAF is #207050. Grayscale: #AAAAAA. Windows color (decimal): -2125905 or 11505631. OLE color: 11505631.

HSL color Cylindrical-coordinate representation of color #DF8FAF: hue angle of 336º 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 #DF8FAF is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223143175-
CMYK00.360.220.13
HSL336º55.56%71.76%-
HSV(B)336º35.87%87.45%-
XYZ47.9938.4345.45-
YUV170.57130.5165.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=41.22%
G=26.43%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314317500.360.220.1333655.5671.76
HexDF8FAF02416D1503848
Octal337217257044261552070110
Binary11011111100011111010111101001001011011011010100001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8FAF; }

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

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

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

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

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

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

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

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