#DD99B3

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

Shades of Kobi #DD99B3

Tints of Kobi #DD99B3

Color information

#DD99B3 (or 0xDD99B3) is unknown color: approx Kobi. HEX triplet: DD, 99 and B3. RGB value is (221,153,179). Sum of RGB (Red+Green+Blue) = 221+153+179=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99B3 is #22664C. Grayscale: #B0B0B0. Windows color (decimal): -2254413 or 11770333. OLE color: 11770333.

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

Color convert

RGB221153179-
CMYK00.310.190.13
HSL337.06º50%73.33%-
HSV(B)337.06º30.77%86.67%-
XYZ49.3541.4148.04-
YUV176.3129.53159.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=39.96%
G=27.67%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115317900.310.190.13337.065073.33
HexDD99B301F13D1513249
Octal335231263037231552162111
Binary1101110110011001101100110111111001111011010100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99B3; }

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

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

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

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

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

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

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

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