#DF89A5

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

Shades of Kobi #DF89A5

Tints of Kobi #DF89A5

Color information

#DF89A5 (or 0xDF89A5) is unknown color: approx Kobi. HEX triplet: DF, 89 and A5. RGB value is (223,137,165). Sum of RGB (Red+Green+Blue) = 223+137+165=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89A5 is #20765A. Grayscale: #A5A5A5. Windows color (decimal): -2127451 or 10848735. OLE color: 10848735.

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

Color convert

RGB223137165-
CMYK00.390.260.13
HSL340.47º57.33%70.59%-
HSV(B)340.47º38.57%87.45%-
XYZ46.1736.340.17-
YUV165.91127.49168.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=42.48%
G=26.10%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313716500.390.260.13340.4757.3370.59
HexDF89A50271AD1543947
Octal337211245047321552471107
Binary11011111100010011010010101001111101011011010101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF89A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF89A5; }

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

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

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

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

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

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

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

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