#DD91AD

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

Shades of Kobi #DD91AD

Tints of Kobi #DD91AD

Color information

#DD91AD (or 0xDD91AD) is unknown color: approx Kobi. HEX triplet: DD, 91 and AD. RGB value is (221,145,173). Sum of RGB (Red+Green+Blue) = 221+145+173=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD91AD is #226E52. Grayscale: #AAAAAA. Windows color (decimal): -2256467 or 11375069. OLE color: 11375069.

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

Color convert

RGB221145173-
CMYK00.340.220.13
HSL337.89º52.78%71.76%-
HSV(B)337.89º34.39%86.67%-
XYZ47.4938.6444.49-
YUV170.92129.18163.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=41.00%
G=26.90%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114517300.340.220.13337.8952.7871.76
HexDD91AD02216D1523548
Octal335221255042261552265110
Binary11011101100100011010110101000101011011011010100101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91AD; }

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

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

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

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

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

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

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

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