Shades of Kobi #D47BAF
Tints of Kobi #D47BAF
RGB
CMYK
RGB Variations
Color information
#D47BAF (or 0xD47BAF) is known color: Kobi. HEX triplet: D4, 7B and AF. RGB value is (212,123,175). Sum of RGB (Red+Green+Blue) = 212+123+175=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47BAF is #2B8450. Grayscale: #9B9B9B. Windows color (decimal): -2851921 or 11500500. OLE color: 11500500.
HSL color Cylindrical-coordinate representation of color #D47BAF: hue angle of 324.94º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47BAF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 175 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.17 |
| HSL | 324.94º | 0.51% | 0.66% | - |
| HSV(B) | 324.94º | 0.42% | 0.83% | - |
| XYZ | 41.97 | 31.26 | 44.38 | - |
| YUV | 155.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 175 | 0 | 0.42 | 0.17 | 0.17 | 324.94 | 0.51 | 0.66 |
| Hex | D4 | 7B | AF | 0 | 2A | 11 | 11 | 145 | 33 | 42 |
| Octal | 324 | 173 | 257 | 0 | 52 | 21 | 21 | 505 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10101111 | 0 | 101010 | 10001 | 10001 | 101000101 | 110011 | 1000010 |
Color Harmonies of #D47BAF
Complementary color
Monochromatic Colors of #D47BAF
Black with #D47BAF
Text Example
Text Example
White with #D47BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BAF; }
p { color: rgb(212,123,175); }
H1.HeaderClassName
{
color: #D47BAF;
}
.AnyTagClassName
{
color: #D47BAF;
}
</style>
background-color css
<style>
a { background-color: #D47BAF; }
a { background-color: rgb(212,123,175); }
div.DivClassName
{
background-color: #D47BAF;
}
.BgClassName
{
background-color: #D47BAF;
}
</style>
border-color css
<style>
span { border-color: #D47BAF; }
span { border-color: rgb(212,123,175); }
td.TdClassName
{
border-color: #D47BAF;
}
.TagClassName
{
border-color: #D47BAF;
}
</style>