Shades of Kobi #D399B1
Tints of Kobi #D399B1
RGB
CMYK
RGB Variations
Color information
#D399B1 (or 0xD399B1) is known color: Kobi. HEX triplet: D3, 99 and B1. RGB value is (211,153,177). Sum of RGB (Red+Green+Blue) = 211+153+177=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D399B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399B1 is #2C664E. Grayscale: #ADADAD. Windows color (decimal): -2909775 or 11639251. OLE color: 11639251.
HSL color Cylindrical-coordinate representation of color #D399B1: hue angle of 335.17º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399B1 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 177 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.17 |
| HSL | 335.17º | 0.4% | 0.71% | - |
| HSV(B) | 335.17º | 0.27% | 0.83% | - |
| XYZ | 46.19 | 39.81 | 46.84 | - |
| YUV | 173.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 177 | 0 | 0.27 | 0.16 | 0.17 | 335.17 | 0.4 | 0.71 |
| Hex | D3 | 99 | B1 | 0 | 1B | 10 | 11 | 14F | 28 | 47 |
| Octal | 323 | 231 | 261 | 0 | 33 | 20 | 21 | 517 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10110001 | 0 | 11011 | 10000 | 10001 | 101001111 | 101000 | 1000111 |
Color Harmonies of #D399B1
Complementary color
Monochromatic Colors of #D399B1
Black with #D399B1
Text Example
Text Example
White with #D399B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399B1; }
p { color: rgb(211,153,177); }
H1.HeaderClassName
{
color: #D399B1;
}
.AnyTagClassName
{
color: #D399B1;
}
</style>
background-color css
<style>
a { background-color: #D399B1; }
a { background-color: rgb(211,153,177); }
div.DivClassName
{
background-color: #D399B1;
}
.BgClassName
{
background-color: #D399B1;
}
</style>
border-color css
<style>
span { border-color: #D399B1; }
span { border-color: rgb(211,153,177); }
td.TdClassName
{
border-color: #D399B1;
}
.TagClassName
{
border-color: #D399B1;
}
</style>