#DF8FA7

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

Shades of Kobi #DF8FA7

Tints of Kobi #DF8FA7

Color information

#DF8FA7 (or 0xDF8FA7) is unknown color: approx Kobi. HEX triplet: DF, 8F and A7. RGB value is (223,143,167). Sum of RGB (Red+Green+Blue) = 223+143+167=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8FA7 is #207058. Grayscale: #A9A9A9. Windows color (decimal): -2125913 or 10981343. OLE color: 10981343.

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

Color convert

RGB223143167-
CMYK00.360.250.13
HSL342º55.56%71.76%-
HSV(B)342º35.87%87.45%-
XYZ47.2338.1241.43-
YUV169.66126.5166.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=41.84%
G=26.83%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314316700.360.250.1334255.5671.76
HexDF8FA702419D1563848
Octal337217247044311552670110
Binary11011111100011111010011101001001100111011010101101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8FA7; }

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

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

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

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

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

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

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

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