#DD89AA

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

Shades of Kobi #DD89AA

Tints of Kobi #DD89AA

Color information

#DD89AA (or 0xDD89AA) is unknown color: approx Kobi. HEX triplet: DD, 89 and AA. RGB value is (221,137,170). Sum of RGB (Red+Green+Blue) = 221+137+170=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89AA is #227655. Grayscale: #A5A5A5. Windows color (decimal): -2258518 or 11176413. OLE color: 11176413.

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

Color convert

RGB221137170-
CMYK00.380.230.13
HSL336.43º55.26%70.2%-
HSV(B)336.43º38.01%86.67%-
XYZ46.0236.1742.59-
YUV165.88130.33167.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=41.86%
G=25.95%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113717000.380.230.13336.4355.2670.2
HexDD89AA02617D1503746
Octal335211252046271552067106
Binary11011101100010011010101001001101011111011010100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89AA; }

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

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

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

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

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

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

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

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