Shades of Kobi #D47EAF
Tints of Kobi #D47EAF
RGB
CMYK
RGB Variations
Color information
#D47EAF (or 0xD47EAF) is known color: Kobi. HEX triplet: D4, 7E and AF. RGB value is (212,126,175). Sum of RGB (Red+Green+Blue) = 212+126+175=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47EAF is #2B8150. Grayscale: #9D9D9D. Windows color (decimal): -2851153 or 11501268. OLE color: 11501268.
HSL color Cylindrical-coordinate representation of color #D47EAF: hue angle of 325.81º 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 #D47EAF is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 175 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.17 |
| HSL | 325.81º | 0.5% | 0.66% | - |
| HSV(B) | 325.81º | 0.41% | 0.83% | - |
| XYZ | 42.35 | 32.01 | 44.5 | - |
| YUV | 157.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 175 | 0 | 0.41 | 0.17 | 0.17 | 325.81 | 0.5 | 0.66 |
| Hex | D4 | 7E | AF | 0 | 29 | 11 | 11 | 146 | 32 | 42 |
| Octal | 324 | 176 | 257 | 0 | 51 | 21 | 21 | 506 | 62 | 102 |
| Binary | 11010100 | 1111110 | 10101111 | 0 | 101001 | 10001 | 10001 | 101000110 | 110010 | 1000010 |
Color Harmonies of #D47EAF
Complementary color
Monochromatic Colors of #D47EAF
Black with #D47EAF
Text Example
Text Example
White with #D47EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47EAF; }
p { color: rgb(212,126,175); }
H1.HeaderClassName
{
color: #D47EAF;
}
.AnyTagClassName
{
color: #D47EAF;
}
</style>
background-color css
<style>
a { background-color: #D47EAF; }
a { background-color: rgb(212,126,175); }
div.DivClassName
{
background-color: #D47EAF;
}
.BgClassName
{
background-color: #D47EAF;
}
</style>
border-color css
<style>
span { border-color: #D47EAF; }
span { border-color: rgb(212,126,175); }
td.TdClassName
{
border-color: #D47EAF;
}
.TagClassName
{
border-color: #D47EAF;
}
</style>