Shades of Kobi #D38FAB
Tints of Kobi #D38FAB
RGB
CMYK
RGB Variations
Color information
#D38FAB (or 0xD38FAB) is known color: Kobi. HEX triplet: D3, 8F and AB. RGB value is (211,143,171). Sum of RGB (Red+Green+Blue) = 211+143+171=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38FAB is #2C7054. Grayscale: #A6A6A6. Windows color (decimal): -2912341 or 11243475. OLE color: 11243475.
HSL color Cylindrical-coordinate representation of color #D38FAB: hue angle of 335.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D38FAB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 171 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.17 |
| HSL | 335.29º | 0.44% | 0.69% | - |
| HSV(B) | 335.29º | 0.32% | 0.83% | - |
| XYZ | 44.04 | 36.43 | 43.24 | - |
| YUV | 166.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 171 | 0 | 0.32 | 0.19 | 0.17 | 335.29 | 0.44 | 0.69 |
| Hex | D3 | 8F | AB | 0 | 20 | 13 | 11 | 14F | 2C | 45 |
| Octal | 323 | 217 | 253 | 0 | 40 | 23 | 21 | 517 | 54 | 105 |
| Binary | 11010011 | 10001111 | 10101011 | 0 | 100000 | 10011 | 10001 | 101001111 | 101100 | 1000101 |
Color Harmonies of #D38FAB
Complementary color
Monochromatic Colors of #D38FAB
Black with #D38FAB
Text Example
Text Example
White with #D38FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38FAB; }
p { color: rgb(211,143,171); }
H1.HeaderClassName
{
color: #D38FAB;
}
.AnyTagClassName
{
color: #D38FAB;
}
</style>
background-color css
<style>
a { background-color: #D38FAB; }
a { background-color: rgb(211,143,171); }
div.DivClassName
{
background-color: #D38FAB;
}
.BgClassName
{
background-color: #D38FAB;
}
</style>
border-color css
<style>
span { border-color: #D38FAB; }
span { border-color: rgb(211,143,171); }
td.TdClassName
{
border-color: #D38FAB;
}
.TagClassName
{
border-color: #D38FAB;
}
</style>