#DD99B0

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

Shades of Kobi #DD99B0

Tints of Kobi #DD99B0

Color information

#DD99B0 (or 0xDD99B0) is unknown color: approx Kobi. HEX triplet: DD, 99 and B0. RGB value is (221,153,176). Sum of RGB (Red+Green+Blue) = 221+153+176=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99B0 is #22664F. Grayscale: #AFAFAF. Windows color (decimal): -2254416 or 11573725. OLE color: 11573725.

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

Color convert

RGB221153176-
CMYK00.310.200.13
HSL339.71º50%73.33%-
HSV(B)339.71º30.77%86.67%-
XYZ49.0541.2946.46-
YUV175.95128.03160.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 176 (69.14% from 255) = 32%
R=40.18%
G=27.82%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115317600.310.200.13339.715073.33
HexDD99B001F14D1543249
Octal335231260037241552462111
Binary1101110110011001101100000111111010011011010101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99B0; }

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

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

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

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

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

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

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

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