Shades of Kobi #D384AB
Tints of Kobi #D384AB
RGB
CMYK
RGB Variations
Color information
#D384AB (or 0xD384AB) is known color: Kobi. HEX triplet: D3, 84 and AB. RGB value is (211,132,171). Sum of RGB (Red+Green+Blue) = 211+132+171=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D384AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D384AB is #2C7B54. Grayscale: #9F9F9F. Windows color (decimal): -2915157 or 11240659. OLE color: 11240659.
HSL color Cylindrical-coordinate representation of color #D384AB: hue angle of 330.38º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D384AB is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 171 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.17 |
| HSL | 330.38º | 0.47% | 0.67% | - |
| HSV(B) | 330.38º | 0.37% | 0.83% | - |
| XYZ | 42.47 | 33.29 | 42.72 | - |
| YUV | 160.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 171 | 0 | 0.37 | 0.19 | 0.17 | 330.38 | 0.47 | 0.67 |
| Hex | D3 | 84 | AB | 0 | 25 | 13 | 11 | 14A | 2F | 43 |
| Octal | 323 | 204 | 253 | 0 | 45 | 23 | 21 | 512 | 57 | 103 |
| Binary | 11010011 | 10000100 | 10101011 | 0 | 100101 | 10011 | 10001 | 101001010 | 101111 | 1000011 |
Color Harmonies of #D384AB
Complementary color
Monochromatic Colors of #D384AB
Black with #D384AB
Text Example
Text Example
White with #D384AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384AB; }
p { color: rgb(211,132,171); }
H1.HeaderClassName
{
color: #D384AB;
}
.AnyTagClassName
{
color: #D384AB;
}
</style>
background-color css
<style>
a { background-color: #D384AB; }
a { background-color: rgb(211,132,171); }
div.DivClassName
{
background-color: #D384AB;
}
.BgClassName
{
background-color: #D384AB;
}
</style>
border-color css
<style>
span { border-color: #D384AB; }
span { border-color: rgb(211,132,171); }
td.TdClassName
{
border-color: #D384AB;
}
.TagClassName
{
border-color: #D384AB;
}
</style>