#D09FB1

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

Shades of Kobi #D09FB1

Tints of Kobi #D09FB1

Color information

#D09FB1 (or 0xD09FB1) is unknown color: approx Kobi. HEX triplet: D0, 9F and B1. RGB value is (208,159,177). Sum of RGB (Red+Green+Blue) = 208+159+177=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FB1 is #2F604E. Grayscale: #AFAFAF. Windows color (decimal): -3104847 or 11640784. OLE color: 11640784.

HSL color Cylindrical-coordinate representation of color #D09FB1: hue angle of 337.96º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FB1 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208159177-
CMYK00.240.150.18
HSL337.96º34.27%71.96%-
HSV(B)337.96º23.56%81.57%-
XYZ46.3541.3847.14-
YUV175.7128.73151.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=38.24%
G=29.23%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815917700.240.150.18337.9634.2771.96
HexD09FB1018F121522248
Octal320237261030172252242110
Binary1101000010011111101100010110001111100101010100101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FB1; }

 p { color: rgb(208,159,177); }

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

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

 a { background-color: rgb(208,159,177); }

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

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

 span { border-color: rgb(208,159,177); }

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