Shades of Kobi #D47FAC
Tints of Kobi #D47FAC
RGB
CMYK
RGB Variations
Color information
#D47FAC (or 0xD47FAC) is known color: Kobi. HEX triplet: D4, 7F and AC. RGB value is (212,127,172). Sum of RGB (Red+Green+Blue) = 212+127+172=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FAC is #2B8053. Grayscale: #9D9D9D. Windows color (decimal): -2850900 or 11304916. OLE color: 11304916.
HSL color Cylindrical-coordinate representation of color #D47FAC: hue angle of 328.24º 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 #D47FAC is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 172 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.17 |
| HSL | 328.24º | 0.5% | 0.66% | - |
| HSV(B) | 328.24º | 0.4% | 0.83% | - |
| XYZ | 42.19 | 32.15 | 43.01 | - |
| YUV | 157.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 172 | 0 | 0.40 | 0.19 | 0.17 | 328.24 | 0.5 | 0.66 |
| Hex | D4 | 7F | AC | 0 | 28 | 13 | 11 | 148 | 32 | 42 |
| Octal | 324 | 177 | 254 | 0 | 50 | 23 | 21 | 510 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10101100 | 0 | 101000 | 10011 | 10001 | 101001000 | 110010 | 1000010 |
Color Harmonies of #D47FAC
Complementary color
Monochromatic Colors of #D47FAC
Black with #D47FAC
Text Example
Text Example
White with #D47FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FAC; }
p { color: rgb(212,127,172); }
H1.HeaderClassName
{
color: #D47FAC;
}
.AnyTagClassName
{
color: #D47FAC;
}
</style>
background-color css
<style>
a { background-color: #D47FAC; }
a { background-color: rgb(212,127,172); }
div.DivClassName
{
background-color: #D47FAC;
}
.BgClassName
{
background-color: #D47FAC;
}
</style>
border-color css
<style>
span { border-color: #D47FAC; }
span { border-color: rgb(212,127,172); }
td.TdClassName
{
border-color: #D47FAC;
}
.TagClassName
{
border-color: #D47FAC;
}
</style>