#DD89AF

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

Shades of Kobi #DD89AF

Tints of Kobi #DD89AF

Color information

#DD89AF (or 0xDD89AF) is unknown color: approx Kobi. HEX triplet: DD, 89 and AF. RGB value is (221,137,175). Sum of RGB (Red+Green+Blue) = 221+137+175=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89AF is #227650. Grayscale: #A6A6A6. Windows color (decimal): -2258513 or 11504093. OLE color: 11504093.

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

Color convert

RGB221137175-
CMYK00.380.210.13
HSL332.86º55.26%70.2%-
HSV(B)332.86º38.01%86.67%-
XYZ46.536.3645.12-
YUV166.45132.83166.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=41.46%
G=25.70%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113717500.380.210.13332.8655.2670.2
HexDD89AF02615D14d3746
Octal335211257046251551567106
Binary11011101100010011010111101001101010111011010011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89AF; }

 p { color: rgb(221,137,175); }

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

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

 a { background-color: rgb(221,137,175); }

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

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

 span { border-color: rgb(221,137,175); }

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