#DF80AD

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

Shades of Kobi #DF80AD

Tints of Kobi #DF80AD

Color information

#DF80AD (or 0xDF80AD) is unknown color: approx Kobi. HEX triplet: DF, 80 and AD. RGB value is (223,128,173). Sum of RGB (Red+Green+Blue) = 223+128+173=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80AD is #207F52. Grayscale: #A1A1A1. Windows color (decimal): -2129747 or 11370719. OLE color: 11370719.

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

Color convert

RGB223128173-
CMYK00.430.220.13
HSL331.58º59.75%68.82%-
HSV(B)331.58º42.6%87.45%-
XYZ45.6934.1443.72-
YUV161.54134.47171.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=42.56%
G=24.43%
B=33.02%

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
Decimal22312817300.430.220.13331.5859.7568.82
HexDF80AD02B16D14c3c45
Octal337200255053261551474105
Binary11011111100000001010110101010111011011011010011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80AD; }

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

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

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

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

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

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

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

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