Shades of Kobi #D47FAA
Tints of Kobi #D47FAA
RGB
CMYK
RGB Variations
Color information
#D47FAA (or 0xD47FAA) is known color: Kobi. HEX triplet: D4, 7F and AA. RGB value is (212,127,170). Sum of RGB (Red+Green+Blue) = 212+127+170=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FAA is #2B8055. Grayscale: #9D9D9D. Windows color (decimal): -2850902 or 11173844. OLE color: 11173844.
HSL color Cylindrical-coordinate representation of color #D47FAA: hue angle of 329.65º 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 #D47FAA is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 170 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.17 |
| HSL | 329.65º | 0.5% | 0.66% | - |
| HSV(B) | 329.65º | 0.4% | 0.83% | - |
| XYZ | 42 | 32.08 | 42.01 | - |
| YUV | 157.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 170 | 0 | 0.40 | 0.20 | 0.17 | 329.65 | 0.5 | 0.66 |
| Hex | D4 | 7F | AA | 0 | 28 | 14 | 11 | 14A | 32 | 42 |
| Octal | 324 | 177 | 252 | 0 | 50 | 24 | 21 | 512 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10101010 | 0 | 101000 | 10100 | 10001 | 101001010 | 110010 | 1000010 |
Color Harmonies of #D47FAA
Complementary color
Monochromatic Colors of #D47FAA
Black with #D47FAA
Text Example
Text Example
White with #D47FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FAA; }
p { color: rgb(212,127,170); }
H1.HeaderClassName
{
color: #D47FAA;
}
.AnyTagClassName
{
color: #D47FAA;
}
</style>
background-color css
<style>
a { background-color: #D47FAA; }
a { background-color: rgb(212,127,170); }
div.DivClassName
{
background-color: #D47FAA;
}
.BgClassName
{
background-color: #D47FAA;
}
</style>
border-color css
<style>
span { border-color: #D47FAA; }
span { border-color: rgb(212,127,170); }
td.TdClassName
{
border-color: #D47FAA;
}
.TagClassName
{
border-color: #D47FAA;
}
</style>