Shades of Kobi #D47DAA
Tints of Kobi #D47DAA
RGB
CMYK
RGB Variations
Color information
#D47DAA (or 0xD47DAA) is known color: Kobi. HEX triplet: D4, 7D and AA. RGB value is (212,125,170). Sum of RGB (Red+Green+Blue) = 212+125+170=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47DAA is #2B8255. Grayscale: #9C9C9C. Windows color (decimal): -2851414 or 11173332. OLE color: 11173332.
HSL color Cylindrical-coordinate representation of color #D47DAA: hue angle of 328.97º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47DAA is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 170 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.17 |
| HSL | 328.97º | 0.5% | 0.66% | - |
| HSV(B) | 328.97º | 0.41% | 0.83% | - |
| XYZ | 41.74 | 31.57 | 41.92 | - |
| YUV | 156.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 170 | 0 | 0.41 | 0.20 | 0.17 | 328.97 | 0.5 | 0.66 |
| Hex | D4 | 7D | AA | 0 | 29 | 14 | 11 | 149 | 32 | 42 |
| Octal | 324 | 175 | 252 | 0 | 51 | 24 | 21 | 511 | 62 | 102 |
| Binary | 11010100 | 1111101 | 10101010 | 0 | 101001 | 10100 | 10001 | 101001001 | 110010 | 1000010 |
Color Harmonies of #D47DAA
Complementary color
Monochromatic Colors of #D47DAA
Black with #D47DAA
Text Example
Text Example
White with #D47DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DAA; }
p { color: rgb(212,125,170); }
H1.HeaderClassName
{
color: #D47DAA;
}
.AnyTagClassName
{
color: #D47DAA;
}
</style>
background-color css
<style>
a { background-color: #D47DAA; }
a { background-color: rgb(212,125,170); }
div.DivClassName
{
background-color: #D47DAA;
}
.BgClassName
{
background-color: #D47DAA;
}
</style>
border-color css
<style>
span { border-color: #D47DAA; }
span { border-color: rgb(212,125,170); }
td.TdClassName
{
border-color: #D47DAA;
}
.TagClassName
{
border-color: #D47DAA;
}
</style>