Shades of Kobi #D09FB2
Tints of Kobi #D09FB2
RGB
CMYK
RGB Variations
Color information
#D09FB2 (or 0xD09FB2) is known color: Kobi. HEX triplet: D0, 9F and B2. RGB value is (208,159,178). Sum of RGB (Red+Green+Blue) = 208+159+178=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FB2 is #2F604D. Grayscale: #AFAFAF. Windows color (decimal): -3104846 or 11706320. OLE color: 11706320.
HSL color Cylindrical-coordinate representation of color #D09FB2: hue angle of 336.73º 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 #D09FB2 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 178 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.18 |
| HSL | 336.73º | 0.34% | 0.72% | - |
| HSV(B) | 336.73º | 0.24% | 0.82% | - |
| XYZ | 46.45 | 41.42 | 47.67 | - |
| YUV | 175.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 178 | 0 | 0.24 | 0.14 | 0.18 | 336.73 | 0.34 | 0.72 |
| Hex | D0 | 9F | B2 | 0 | 18 | E | 12 | 151 | 22 | 48 |
| Octal | 320 | 237 | 262 | 0 | 30 | 16 | 22 | 521 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10110010 | 0 | 11000 | 1110 | 10010 | 101010001 | 100010 | 1001000 |
Color Harmonies of #D09FB2
Complementary color
Monochromatic Colors of #D09FB2
Black with #D09FB2
Text Example
Text Example
White with #D09FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FB2; }
p { color: rgb(208,159,178); }
H1.HeaderClassName
{
color: #D09FB2;
}
.AnyTagClassName
{
color: #D09FB2;
}
</style>
background-color css
<style>
a { background-color: #D09FB2; }
a { background-color: rgb(208,159,178); }
div.DivClassName
{
background-color: #D09FB2;
}
.BgClassName
{
background-color: #D09FB2;
}
</style>
border-color css
<style>
span { border-color: #D09FB2; }
span { border-color: rgb(208,159,178); }
td.TdClassName
{
border-color: #D09FB2;
}
.TagClassName
{
border-color: #D09FB2;
}
</style>