#DF88AA

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

Shades of Kobi #DF88AA

Tints of Kobi #DF88AA

Color information

#DF88AA (or 0xDF88AA) is unknown color: approx Kobi. HEX triplet: DF, 88 and AA. RGB value is (223,136,170). Sum of RGB (Red+Green+Blue) = 223+136+170=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88AA is #207755. Grayscale: #A5A5A5. Windows color (decimal): -2127702 or 11176159. OLE color: 11176159.

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

Color convert

RGB223136170-
CMYK00.390.240.13
HSL336.55º57.62%70.39%-
HSV(B)336.55º39.01%87.45%-
XYZ46.4936.242.57-
YUV165.89130.32168.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=42.16%
G=25.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313617000.390.240.13336.5557.6270.39
HexDF88AA02718D1513a46
Octal337210252047301552172106
Binary11011111100010001010101001001111100011011010100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88AA; }

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

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

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

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

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

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

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

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