Shades of Kobi #D47EB0
Tints of Kobi #D47EB0
RGB
CMYK
RGB Variations
Color information
#D47EB0 (or 0xD47EB0) is known color: Kobi. HEX triplet: D4, 7E and B0. RGB value is (212,126,176). Sum of RGB (Red+Green+Blue) = 212+126+176=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47EB0 is #2B814F. Grayscale: #9D9D9D. Windows color (decimal): -2851152 or 11566804. OLE color: 11566804.
HSL color Cylindrical-coordinate representation of color #D47EB0: hue angle of 325.12º 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 #D47EB0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 176 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.17 |
| HSL | 325.12º | 0.5% | 0.66% | - |
| HSV(B) | 325.12º | 0.41% | 0.83% | - |
| XYZ | 42.45 | 32.05 | 45.02 | - |
| YUV | 157.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 176 | 0 | 0.41 | 0.17 | 0.17 | 325.12 | 0.5 | 0.66 |
| Hex | D4 | 7E | B0 | 0 | 29 | 11 | 11 | 145 | 32 | 42 |
| Octal | 324 | 176 | 260 | 0 | 51 | 21 | 21 | 505 | 62 | 102 |
| Binary | 11010100 | 1111110 | 10110000 | 0 | 101001 | 10001 | 10001 | 101000101 | 110010 | 1000010 |
Color Harmonies of #D47EB0
Complementary color
Monochromatic Colors of #D47EB0
Black with #D47EB0
Text Example
Text Example
White with #D47EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47EB0; }
p { color: rgb(212,126,176); }
H1.HeaderClassName
{
color: #D47EB0;
}
.AnyTagClassName
{
color: #D47EB0;
}
</style>
background-color css
<style>
a { background-color: #D47EB0; }
a { background-color: rgb(212,126,176); }
div.DivClassName
{
background-color: #D47EB0;
}
.BgClassName
{
background-color: #D47EB0;
}
</style>
border-color css
<style>
span { border-color: #D47EB0; }
span { border-color: rgb(212,126,176); }
td.TdClassName
{
border-color: #D47EB0;
}
.TagClassName
{
border-color: #D47EB0;
}
</style>