Shades of Kobi #D39BB3
Tints of Kobi #D39BB3
RGB
CMYK
RGB Variations
Color information
#D39BB3 (or 0xD39BB3) is known color: Kobi. HEX triplet: D3, 9B and B3. RGB value is (211,155,179). Sum of RGB (Red+Green+Blue) = 211+155+179=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BB3 is #2C644C. Grayscale: #AEAEAE. Windows color (decimal): -2909261 or 11770835. OLE color: 11770835.
HSL color Cylindrical-coordinate representation of color #D39BB3: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39BB3 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 179 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.17 |
| HSL | 334.29º | 0.39% | 0.72% | - |
| HSV(B) | 334.29º | 0.27% | 0.83% | - |
| XYZ | 46.72 | 40.55 | 48.01 | - |
| YUV | 174.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 179 | 0 | 0.27 | 0.15 | 0.17 | 334.29 | 0.39 | 0.72 |
| Hex | D3 | 9B | B3 | 0 | 1B | F | 11 | 14E | 27 | 48 |
| Octal | 323 | 233 | 263 | 0 | 33 | 17 | 21 | 516 | 47 | 110 |
| Binary | 11010011 | 10011011 | 10110011 | 0 | 11011 | 1111 | 10001 | 101001110 | 100111 | 1001000 |
Color Harmonies of #D39BB3
Complementary color
Monochromatic Colors of #D39BB3
Black with #D39BB3
Text Example
Text Example
White with #D39BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BB3; }
p { color: rgb(211,155,179); }
H1.HeaderClassName
{
color: #D39BB3;
}
.AnyTagClassName
{
color: #D39BB3;
}
</style>
background-color css
<style>
a { background-color: #D39BB3; }
a { background-color: rgb(211,155,179); }
div.DivClassName
{
background-color: #D39BB3;
}
.BgClassName
{
background-color: #D39BB3;
}
</style>
border-color css
<style>
span { border-color: #D39BB3; }
span { border-color: rgb(211,155,179); }
td.TdClassName
{
border-color: #D39BB3;
}
.TagClassName
{
border-color: #D39BB3;
}
</style>