#DF89AD

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

Shades of Kobi #DF89AD

Tints of Kobi #DF89AD

Color information

#DF89AD (or 0xDF89AD) is unknown color: approx Kobi. HEX triplet: DF, 89 and AD. RGB value is (223,137,173). Sum of RGB (Red+Green+Blue) = 223+137+173=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89AD is #207652. Grayscale: #A6A6A6. Windows color (decimal): -2127443 or 11373023. OLE color: 11373023.

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

Color convert

RGB223137173-
CMYK00.390.220.13
HSL334.88º57.33%70.59%-
HSV(B)334.88º38.57%87.45%-
XYZ46.9236.644.13-
YUV166.82131.49168.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=41.84%
G=25.70%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313717300.390.220.13334.8857.3370.59
HexDF89AD02716D14f3947
Octal337211255047261551771107
Binary11011111100010011010110101001111011011011010011111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF89AD; }

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

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

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

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

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

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

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

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