Shades of Kobi #D67BAF
Tints of Kobi #D67BAF
RGB
CMYK
RGB Variations
Color information
#D67BAF (or 0xD67BAF) is known color: Kobi. HEX triplet: D6, 7B and AF. RGB value is (214,123,175). Sum of RGB (Red+Green+Blue) = 214+123+175=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BAF is #298450. Grayscale: #9C9C9C. Windows color (decimal): -2720849 or 11500502. OLE color: 11500502.
HSL color Cylindrical-coordinate representation of color #D67BAF: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BAF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 175 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.16 |
| HSL | 325.71º | 0.53% | 0.66% | - |
| HSV(B) | 325.71º | 0.43% | 0.84% | - |
| XYZ | 42.55 | 31.56 | 44.41 | - |
| YUV | 156.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 175 | 0 | 0.43 | 0.18 | 0.16 | 325.71 | 0.53 | 0.66 |
| Hex | D6 | 7B | AF | 0 | 2B | 12 | 10 | 146 | 35 | 42 |
| Octal | 326 | 173 | 257 | 0 | 53 | 22 | 20 | 506 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10101111 | 0 | 101011 | 10010 | 10000 | 101000110 | 110101 | 1000010 |
Color Harmonies of #D67BAF
Complementary color
Monochromatic Colors of #D67BAF
Black with #D67BAF
Text Example
Text Example
White with #D67BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BAF; }
p { color: rgb(214,123,175); }
H1.HeaderClassName
{
color: #D67BAF;
}
.AnyTagClassName
{
color: #D67BAF;
}
</style>
background-color css
<style>
a { background-color: #D67BAF; }
a { background-color: rgb(214,123,175); }
div.DivClassName
{
background-color: #D67BAF;
}
.BgClassName
{
background-color: #D67BAF;
}
</style>
border-color css
<style>
span { border-color: #D67BAF; }
span { border-color: rgb(214,123,175); }
td.TdClassName
{
border-color: #D67BAF;
}
.TagClassName
{
border-color: #D67BAF;
}
</style>