#DF89A1

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

Shades of Kobi #DF89A1

Tints of Kobi #DF89A1

Color information

#DF89A1 (or 0xDF89A1) is unknown color: approx Kobi. HEX triplet: DF, 89 and A1. RGB value is (223,137,161). Sum of RGB (Red+Green+Blue) = 223+137+161=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89A1 is #20765E. Grayscale: #A5A5A5. Windows color (decimal): -2127455 or 10586591. OLE color: 10586591.

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

Color convert

RGB223137161-
CMYK00.390.280.13
HSL343.26º57.33%70.59%-
HSV(B)343.26º38.57%87.45%-
XYZ45.8136.1538.28-
YUV165.45125.49169.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=42.80%
G=26.30%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313716100.390.280.13343.2657.3370.59
HexDF89A10271CD1573947
Octal337211241047341552771107
Binary11011111100010011010000101001111110011011010101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF89A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF89A1; }

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

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

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

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

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

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

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

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