Shades of Kobi #D39FB4
Tints of Kobi #D39FB4
RGB
CMYK
RGB Variations
Color information
#D39FB4 (or 0xD39FB4) is known color: Kobi. HEX triplet: D3, 9F and B4. RGB value is (211,159,180). Sum of RGB (Red+Green+Blue) = 211+159+180=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FB4 is #2C604B. Grayscale: #B0B0B0. Windows color (decimal): -2908236 or 11837395. OLE color: 11837395.
HSL color Cylindrical-coordinate representation of color #D39FB4: hue angle of 335.77º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39FB4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 180 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.17 |
| HSL | 335.77º | 0.37% | 0.73% | - |
| HSV(B) | 335.77º | 0.25% | 0.83% | - |
| XYZ | 47.5 | 41.94 | 48.77 | - |
| YUV | 176.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 180 | 0 | 0.25 | 0.15 | 0.17 | 335.77 | 0.37 | 0.73 |
| Hex | D3 | 9F | B4 | 0 | 19 | F | 11 | 150 | 25 | 49 |
| Octal | 323 | 237 | 264 | 0 | 31 | 17 | 21 | 520 | 45 | 111 |
| Binary | 11010011 | 10011111 | 10110100 | 0 | 11001 | 1111 | 10001 | 101010000 | 100101 | 1001001 |
Color Harmonies of #D39FB4
Complementary color
Monochromatic Colors of #D39FB4
Black with #D39FB4
Text Example
Text Example
White with #D39FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FB4; }
p { color: rgb(211,159,180); }
H1.HeaderClassName
{
color: #D39FB4;
}
.AnyTagClassName
{
color: #D39FB4;
}
</style>
background-color css
<style>
a { background-color: #D39FB4; }
a { background-color: rgb(211,159,180); }
div.DivClassName
{
background-color: #D39FB4;
}
.BgClassName
{
background-color: #D39FB4;
}
</style>
border-color css
<style>
span { border-color: #D39FB4; }
span { border-color: rgb(211,159,180); }
td.TdClassName
{
border-color: #D39FB4;
}
.TagClassName
{
border-color: #D39FB4;
}
</style>