#DD99B5

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

Shades of Kobi #DD99B5

Tints of Kobi #DD99B5

Color information

#DD99B5 (or 0xDD99B5) is unknown color: approx Kobi. HEX triplet: DD, 99 and B5. RGB value is (221,153,181). Sum of RGB (Red+Green+Blue) = 221+153+181=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99B5 is #22664A. Grayscale: #B0B0B0. Windows color (decimal): -2254411 or 11901405. OLE color: 11901405.

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

Color convert

RGB221153181-
CMYK00.310.180.13
HSL335.29º50%73.33%-
HSV(B)335.29º30.77%86.67%-
XYZ49.5541.4949.11-
YUV176.52130.53159.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=39.82%
G=27.57%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115318100.310.180.13335.295073.33
HexDD99B501F12D14f3249
Octal335231265037221551762111
Binary1101110110011001101101010111111001011011010011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99B5; }

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

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

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

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

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

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

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

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