Shades of Kobi #D47DB3
Tints of Kobi #D47DB3
RGB
CMYK
RGB Variations
Color information
#D47DB3 (or 0xD47DB3) is known color: Kobi. HEX triplet: D4, 7D and B3. RGB value is (212,125,179). Sum of RGB (Red+Green+Blue) = 212+125+179=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DB3 is #2B824C. Grayscale: #9D9D9D. Windows color (decimal): -2851405 or 11763156. OLE color: 11763156.
HSL color Cylindrical-coordinate representation of color #D47DB3: hue angle of 322.76º 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 #D47DB3 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 179 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.17 |
| HSL | 322.76º | 0.5% | 0.66% | - |
| HSV(B) | 322.76º | 0.41% | 0.83% | - |
| XYZ | 42.62 | 31.92 | 46.56 | - |
| YUV | 157.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 179 | 0 | 0.41 | 0.16 | 0.17 | 322.76 | 0.5 | 0.66 |
| Hex | D4 | 7D | B3 | 0 | 29 | 10 | 11 | 143 | 32 | 42 |
| Octal | 324 | 175 | 263 | 0 | 51 | 20 | 21 | 503 | 62 | 102 |
| Binary | 11010100 | 1111101 | 10110011 | 0 | 101001 | 10000 | 10001 | 101000011 | 110010 | 1000010 |
Color Harmonies of #D47DB3
Complementary color
Monochromatic Colors of #D47DB3
Black with #D47DB3
Text Example
Text Example
White with #D47DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DB3; }
p { color: rgb(212,125,179); }
H1.HeaderClassName
{
color: #D47DB3;
}
.AnyTagClassName
{
color: #D47DB3;
}
</style>
background-color css
<style>
a { background-color: #D47DB3; }
a { background-color: rgb(212,125,179); }
div.DivClassName
{
background-color: #D47DB3;
}
.BgClassName
{
background-color: #D47DB3;
}
</style>
border-color css
<style>
span { border-color: #D47DB3; }
span { border-color: rgb(212,125,179); }
td.TdClassName
{
border-color: #D47DB3;
}
.TagClassName
{
border-color: #D47DB3;
}
</style>