#DD8AA9

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

Shades of Kobi #DD8AA9

Tints of Kobi #DD8AA9

Color information

#DD8AA9 (or 0xDD8AA9) is unknown color: approx Kobi. HEX triplet: DD, 8A and A9. RGB value is (221,138,169). Sum of RGB (Red+Green+Blue) = 221+138+169=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA9 is #227556. Grayscale: #A6A6A6. Windows color (decimal): -2258263 or 11111133. OLE color: 11111133.

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

Color convert

RGB221138169-
CMYK00.380.240.13
HSL337.59º54.97%70.39%-
HSV(B)337.59º37.56%86.67%-
XYZ46.0736.4142.14-
YUV166.35129.5166.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=41.86%
G=26.14%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113816900.380.240.13337.5954.9770.39
HexDD8AA902618D1523746
Octal335212251046301552267106
Binary11011101100010101010100101001101100011011010100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AA9; }

 p { color: rgb(221,138,169); }

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

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

 a { background-color: rgb(221,138,169); }

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

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

 span { border-color: rgb(221,138,169); }

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