#DD89A1

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

Shades of Kobi #DD89A1

Tints of Kobi #DD89A1

Color information

#DD89A1 (or 0xDD89A1) is unknown color: approx Kobi. HEX triplet: DD, 89 and A1. RGB value is (221,137,161). Sum of RGB (Red+Green+Blue) = 221+137+161=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89A1 is #22765E. Grayscale: #A4A4A4. Windows color (decimal): -2258527 or 10586589. OLE color: 10586589.

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

Color convert

RGB221137161-
CMYK00.380.270.13
HSL342.86º55.26%70.2%-
HSV(B)342.86º38.01%86.67%-
XYZ45.235.8438.25-
YUV164.85125.83168.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=42.58%
G=26.40%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113716100.380.270.13342.8655.2670.2
HexDD89A10261BD1573746
Octal335211241046331552767106
Binary11011101100010011010000101001101101111011010101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89A1; }

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

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

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

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

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

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

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

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