#DF92AA

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

Shades of Kobi #DF92AA

Tints of Kobi #DF92AA

Color information

#DF92AA (or 0xDF92AA) is unknown color: approx Kobi. HEX triplet: DF, 92 and AA. RGB value is (223,146,170). Sum of RGB (Red+Green+Blue) = 223+146+170=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92AA is #206D55. Grayscale: #ABABAB. Windows color (decimal): -2125142 or 11178719. OLE color: 11178719.

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

Color convert

RGB223146170-
CMYK00.350.240.13
HSL341.3º54.61%72.35%-
HSV(B)341.3º34.53%87.45%-
XYZ47.9739.1543.06-
YUV171.76127.01164.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=41.37%
G=27.09%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314617000.350.240.13341.354.6172.35
HexDF92AA02318D1553748
Octal337222252043301552567110
Binary11011111100100101010101001000111100011011010101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92AA; }

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

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

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

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

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

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

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

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