#DF82AA

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

Shades of Kobi #DF82AA

Tints of Kobi #DF82AA

Color information

#DF82AA (or 0xDF82AA) is unknown color: approx Kobi. HEX triplet: DF, 82 and AA. RGB value is (223,130,170). Sum of RGB (Red+Green+Blue) = 223+130+170=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82AA is #207D55. Grayscale: #A2A2A2. Windows color (decimal): -2129238 or 11174623. OLE color: 11174623.

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

Color convert

RGB223130170-
CMYK00.420.240.13
HSL334.19º59.24%69.22%-
HSV(B)334.19º41.7%87.45%-
XYZ45.6734.5642.29-
YUV162.37132.31171.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=42.64%
G=24.86%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313017000.420.240.13334.1959.2469.22
HexDF82AA02A18D14e3b45
Octal337202252052301551673105
Binary11011111100000101010101001010101100011011010011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82AA; }

 p { color: rgb(223,130,170); }

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

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

 a { background-color: rgb(223,130,170); }

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

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

 span { border-color: rgb(223,130,170); }

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