#DD91AA

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

Shades of Kobi #DD91AA

Tints of Kobi #DD91AA

Color information

#DD91AA (or 0xDD91AA) is unknown color: approx Kobi. HEX triplet: DD, 91 and AA. RGB value is (221,145,170). Sum of RGB (Red+Green+Blue) = 221+145+170=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD91AA is #226E55. Grayscale: #AAAAAA. Windows color (decimal): -2256470 or 11178461. OLE color: 11178461.

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

Color convert

RGB221145170-
CMYK00.340.230.13
HSL340.26º52.78%71.76%-
HSV(B)340.26º34.39%86.67%-
XYZ47.238.5342.98-
YUV170.57127.68163.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=41.23%
G=27.05%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114517000.340.230.13340.2652.7871.76
HexDD91AA02217D1543548
Octal335221252042271552465110
Binary11011101100100011010101001000101011111011010101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91AA; }

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

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

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

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

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

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

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

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