Shades of Kobi #D67FAA
Tints of Kobi #D67FAA
RGB
CMYK
RGB Variations
Color information
#D67FAA (or 0xD67FAA) is known color: Kobi. HEX triplet: D6, 7F and AA. RGB value is (214,127,170). Sum of RGB (Red+Green+Blue) = 214+127+170=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67FAA is #298055. Grayscale: #9D9D9D. Windows color (decimal): -2719830 or 11173846. OLE color: 11173846.
HSL color Cylindrical-coordinate representation of color #D67FAA: hue angle of 330.34º 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 #D67FAA is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 170 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.16 |
| HSL | 330.34º | 0.51% | 0.67% | - |
| HSV(B) | 330.34º | 0.41% | 0.84% | - |
| XYZ | 42.58 | 32.38 | 42.04 | - |
| YUV | 157.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 170 | 0 | 0.41 | 0.21 | 0.16 | 330.34 | 0.51 | 0.67 |
| Hex | D6 | 7F | AA | 0 | 29 | 15 | 10 | 14A | 33 | 43 |
| Octal | 326 | 177 | 252 | 0 | 51 | 25 | 20 | 512 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10101010 | 0 | 101001 | 10101 | 10000 | 101001010 | 110011 | 1000011 |
Color Harmonies of #D67FAA
Complementary color
Monochromatic Colors of #D67FAA
Black with #D67FAA
Text Example
Text Example
White with #D67FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FAA; }
p { color: rgb(214,127,170); }
H1.HeaderClassName
{
color: #D67FAA;
}
.AnyTagClassName
{
color: #D67FAA;
}
</style>
background-color css
<style>
a { background-color: #D67FAA; }
a { background-color: rgb(214,127,170); }
div.DivClassName
{
background-color: #D67FAA;
}
.BgClassName
{
background-color: #D67FAA;
}
</style>
border-color css
<style>
span { border-color: #D67FAA; }
span { border-color: rgb(214,127,170); }
td.TdClassName
{
border-color: #D67FAA;
}
.TagClassName
{
border-color: #D67FAA;
}
</style>