#DF80AC

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

Shades of Kobi #DF80AC

Tints of Kobi #DF80AC

Color information

#DF80AC (or 0xDF80AC) is unknown color: approx Kobi. HEX triplet: DF, 80 and AC. RGB value is (223,128,172). Sum of RGB (Red+Green+Blue) = 223+128+172=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80AC is #207F53. Grayscale: #A1A1A1. Windows color (decimal): -2129748 or 11305183. OLE color: 11305183.

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

Color convert

RGB223128172-
CMYK00.430.230.13
HSL332.21º59.75%68.82%-
HSV(B)332.21º42.6%87.45%-
XYZ45.634.143.21-
YUV161.42133.97171.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=42.64%
G=24.47%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312817200.430.230.13332.2159.7568.82
HexDF80AC02B17D14c3c45
Octal337200254053271551474105
Binary11011111100000001010110001010111011111011010011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80AC; }

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

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

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

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

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

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

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

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