Shades of Kobi #D47FAB
Tints of Kobi #D47FAB
RGB
CMYK
RGB Variations
Color information
#D47FAB (or 0xD47FAB) is known color: Kobi. HEX triplet: D4, 7F and AB. RGB value is (212,127,171). Sum of RGB (Red+Green+Blue) = 212+127+171=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FAB is #2B8054. Grayscale: #9D9D9D. Windows color (decimal): -2850901 or 11239380. OLE color: 11239380.
HSL color Cylindrical-coordinate representation of color #D47FAB: hue angle of 328.94º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FAB is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 171 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.17 |
| HSL | 328.94º | 0.5% | 0.66% | - |
| HSV(B) | 328.94º | 0.4% | 0.83% | - |
| XYZ | 42.09 | 32.12 | 42.51 | - |
| YUV | 157.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 171 | 0 | 0.40 | 0.19 | 0.17 | 328.94 | 0.5 | 0.66 |
| Hex | D4 | 7F | AB | 0 | 28 | 13 | 11 | 149 | 32 | 42 |
| Octal | 324 | 177 | 253 | 0 | 50 | 23 | 21 | 511 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10101011 | 0 | 101000 | 10011 | 10001 | 101001001 | 110010 | 1000010 |
Color Harmonies of #D47FAB
Complementary color
Monochromatic Colors of #D47FAB
Black with #D47FAB
Text Example
Text Example
White with #D47FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FAB; }
p { color: rgb(212,127,171); }
H1.HeaderClassName
{
color: #D47FAB;
}
.AnyTagClassName
{
color: #D47FAB;
}
</style>
background-color css
<style>
a { background-color: #D47FAB; }
a { background-color: rgb(212,127,171); }
div.DivClassName
{
background-color: #D47FAB;
}
.BgClassName
{
background-color: #D47FAB;
}
</style>
border-color css
<style>
span { border-color: #D47FAB; }
span { border-color: rgb(212,127,171); }
td.TdClassName
{
border-color: #D47FAB;
}
.TagClassName
{
border-color: #D47FAB;
}
</style>