#DD90A9

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

Shades of Kobi #DD90A9

Tints of Kobi #DD90A9

Color information

#DD90A9 (or 0xDD90A9) is unknown color: approx Kobi. HEX triplet: DD, 90 and A9. RGB value is (221,144,169). Sum of RGB (Red+Green+Blue) = 221+144+169=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90A9 is #226F56. Grayscale: #A9A9A9. Windows color (decimal): -2256727 or 11112669. OLE color: 11112669.

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

Color convert

RGB221144169-
CMYK00.350.240.13
HSL340.52º53.1%71.57%-
HSV(B)340.52º34.84%86.67%-
XYZ46.9538.1842.43-
YUV169.87127.51164.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=41.39%
G=26.97%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114416900.350.240.13340.5253.171.57
HexDD90A902318D1553548
Octal335220251043301552565110
Binary11011101100100001010100101000111100011011010101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90A9; }

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

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

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

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

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

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

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

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