Shades of Kobi #D67FAF
Tints of Kobi #D67FAF
RGB
CMYK
RGB Variations
Color information
#D67FAF (or 0xD67FAF) is known color: Kobi. HEX triplet: D6, 7F and AF. RGB value is (214,127,175). Sum of RGB (Red+Green+Blue) = 214+127+175=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67FAF is #298050. Grayscale: #9E9E9E. Windows color (decimal): -2719825 or 11501526. OLE color: 11501526.
HSL color Cylindrical-coordinate representation of color #D67FAF: hue angle of 326.9º 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 #D67FAF is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 175 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.16 |
| HSL | 326.9º | 0.51% | 0.67% | - |
| HSV(B) | 326.9º | 0.41% | 0.84% | - |
| XYZ | 43.06 | 32.57 | 44.57 | - |
| YUV | 158.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 175 | 0 | 0.41 | 0.18 | 0.16 | 326.9 | 0.51 | 0.67 |
| Hex | D6 | 7F | AF | 0 | 29 | 12 | 10 | 147 | 33 | 43 |
| Octal | 326 | 177 | 257 | 0 | 51 | 22 | 20 | 507 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10101111 | 0 | 101001 | 10010 | 10000 | 101000111 | 110011 | 1000011 |
Color Harmonies of #D67FAF
Complementary color
Monochromatic Colors of #D67FAF
Black with #D67FAF
Text Example
Text Example
White with #D67FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FAF; }
p { color: rgb(214,127,175); }
H1.HeaderClassName
{
color: #D67FAF;
}
.AnyTagClassName
{
color: #D67FAF;
}
</style>
background-color css
<style>
a { background-color: #D67FAF; }
a { background-color: rgb(214,127,175); }
div.DivClassName
{
background-color: #D67FAF;
}
.BgClassName
{
background-color: #D67FAF;
}
</style>
border-color css
<style>
span { border-color: #D67FAF; }
span { border-color: rgb(214,127,175); }
td.TdClassName
{
border-color: #D67FAF;
}
.TagClassName
{
border-color: #D67FAF;
}
</style>