#DF80AF

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

Shades of Kobi #DF80AF

Tints of Kobi #DF80AF

Color information

#DF80AF (or 0xDF80AF) is unknown color: approx Kobi. HEX triplet: DF, 80 and AF. RGB value is (223,128,175). Sum of RGB (Red+Green+Blue) = 223+128+175=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80AF is #207F50. Grayscale: #A1A1A1. Windows color (decimal): -2129745 or 11501791. OLE color: 11501791.

HSL color Cylindrical-coordinate representation of color #DF80AF: hue angle of 330.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80AF is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223128175-
CMYK00.430.220.13
HSL330.32º59.75%68.82%-
HSV(B)330.32º42.6%87.45%-
XYZ45.8934.2244.74-
YUV161.76135.47171.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=42.40%
G=24.33%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312817500.430.220.13330.3259.7568.82
HexDF80AF02B16D14a3c45
Octal337200257053261551274105
Binary11011111100000001010111101010111011011011010010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80AF; }

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

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

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

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

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

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

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

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