Shades of Kobi #D67FA8
Tints of Kobi #D67FA8
RGB
CMYK
RGB Variations
Color information
#D67FA8 (or 0xD67FA8) is known color: Kobi. HEX triplet: D6, 7F and A8. RGB value is (214,127,168). Sum of RGB (Red+Green+Blue) = 214+127+168=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67FA8 is #298057. Grayscale: #9D9D9D. Windows color (decimal): -2719832 or 11042774. OLE color: 11042774.
HSL color Cylindrical-coordinate representation of color #D67FA8: hue angle of 331.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FA8 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 168 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.16 |
| HSL | 331.72º | 0.51% | 0.67% | - |
| HSV(B) | 331.72º | 0.41% | 0.84% | - |
| XYZ | 42.39 | 32.3 | 41.05 | - |
| YUV | 157.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 168 | 0 | 0.41 | 0.21 | 0.16 | 331.72 | 0.51 | 0.67 |
| Hex | D6 | 7F | A8 | 0 | 29 | 15 | 10 | 14C | 33 | 43 |
| Octal | 326 | 177 | 250 | 0 | 51 | 25 | 20 | 514 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10101000 | 0 | 101001 | 10101 | 10000 | 101001100 | 110011 | 1000011 |
Color Harmonies of #D67FA8
Complementary color
Monochromatic Colors of #D67FA8
Black with #D67FA8
Text Example
Text Example
White with #D67FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FA8; }
p { color: rgb(214,127,168); }
H1.HeaderClassName
{
color: #D67FA8;
}
.AnyTagClassName
{
color: #D67FA8;
}
</style>
background-color css
<style>
a { background-color: #D67FA8; }
a { background-color: rgb(214,127,168); }
div.DivClassName
{
background-color: #D67FA8;
}
.BgClassName
{
background-color: #D67FA8;
}
</style>
border-color css
<style>
span { border-color: #D67FA8; }
span { border-color: rgb(214,127,168); }
td.TdClassName
{
border-color: #D67FA8;
}
.TagClassName
{
border-color: #D67FA8;
}
</style>