#DD9FA9

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

Shades of Kobi #DD9FA9

Tints of Kobi #DD9FA9

Color information

#DD9FA9 (or 0xDD9FA9) is unknown color: approx Kobi. HEX triplet: DD, 9F and A9. RGB value is (221,159,169). Sum of RGB (Red+Green+Blue) = 221+159+169=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FA9 is #226056. Grayscale: #B2B2B2. Windows color (decimal): -2252887 or 11116509. OLE color: 11116509.

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

Color convert

RGB221159169-
CMYK00.280.240.13
HSL350.32º47.69%74.51%-
HSV(B)350.32º28.05%86.67%-
XYZ49.3843.0343.24-
YUV178.68122.54158.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 169 (66.41% from 255) = 30.78%
R=40.26%
G=28.96%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115916900.280.240.13350.3247.6974.51
HexDD9FA901C18D15e304b
Octal335237251034301553660113
Binary1101110110011111101010010111001100011011010111101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FA9; }

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

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

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

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

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

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

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

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