#DD9FB3

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

Shades of Kobi #DD9FB3

Tints of Kobi #DD9FB3

Color information

#DD9FB3 (or 0xDD9FB3) is unknown color: approx Kobi. HEX triplet: DD, 9F and B3. RGB value is (221,159,179). Sum of RGB (Red+Green+Blue) = 221+159+179=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FB3 is #22604C. Grayscale: #B3B3B3. Windows color (decimal): -2252877 or 11771869. OLE color: 11771869.

HSL color Cylindrical-coordinate representation of color #DD9FB3: hue angle of 340.65º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FB3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221159179-
CMYK00.280.190.13
HSL340.65º47.69%74.51%-
HSV(B)340.65º28.05%86.67%-
XYZ50.3543.4248.38-
YUV179.82127.54157.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=39.53%
G=28.44%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115917900.280.190.13340.6547.6974.51
HexDD9FB301C13D155304b
Octal335237263034231552560113
Binary1101110110011111101100110111001001111011010101011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FB3; }

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

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

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

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

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

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

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

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