#DD99AD

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

Shades of Kobi #DD99AD

Tints of Kobi #DD99AD

Color information

#DD99AD (or 0xDD99AD) is unknown color: approx Kobi. HEX triplet: DD, 99 and AD. RGB value is (221,153,173). Sum of RGB (Red+Green+Blue) = 221+153+173=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99AD is #226652. Grayscale: #AFAFAF. Windows color (decimal): -2254419 or 11377117. OLE color: 11377117.

HSL color Cylindrical-coordinate representation of color #DD99AD: hue angle of 342.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99AD is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221153173-
CMYK00.310.220.13
HSL342.35º50%73.33%-
HSV(B)342.35º30.77%86.67%-
XYZ48.7541.1744.91-
YUV175.61126.53160.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=40.40%
G=27.97%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115317300.310.220.13342.355073.33
HexDD99AD01F16D1563249
Octal335231255037261552662111
Binary1101110110011001101011010111111011011011010101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99AD; }

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

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

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

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

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

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

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

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