#DD9FAA

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

Shades of Kobi #DD9FAA

Tints of Kobi #DD9FAA

Color information

#DD9FAA (or 0xDD9FAA) is unknown color: approx Kobi. HEX triplet: DD, 9F and AA. RGB value is (221,159,170). Sum of RGB (Red+Green+Blue) = 221+159+170=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FAA is #226055. Grayscale: #B2B2B2. Windows color (decimal): -2252886 or 11182045. OLE color: 11182045.

HSL color Cylindrical-coordinate representation of color #DD9FAA: hue angle of 349.35º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FAA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221159170-
CMYK00.280.230.13
HSL349.35º47.69%74.51%-
HSV(B)349.35º28.05%86.67%-
XYZ49.4743.0743.74-
YUV178.79123.04158.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=40.18%
G=28.91%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115917000.280.230.13349.3547.6974.51
HexDD9FAA01C17D15d304b
Octal335237252034271553560113
Binary1101110110011111101010100111001011111011010111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FAA; }

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

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

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

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

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

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

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

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