Shades of Kobi #D67AAF
Tints of Kobi #D67AAF
RGB
CMYK
RGB Variations
Color information
#D67AAF (or 0xD67AAF) is known color: Kobi. HEX triplet: D6, 7A and AF. RGB value is (214,122,175). Sum of RGB (Red+Green+Blue) = 214+122+175=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67AAF is #298550. Grayscale: #9B9B9B. Windows color (decimal): -2721105 or 11500246. OLE color: 11500246.
HSL color Cylindrical-coordinate representation of color #D67AAF: hue angle of 325.43º 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 #D67AAF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 175 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.16 |
| HSL | 325.43º | 0.53% | 0.66% | - |
| HSV(B) | 325.43º | 0.43% | 0.84% | - |
| XYZ | 42.43 | 31.31 | 44.36 | - |
| YUV | 155.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 175 | 0 | 0.43 | 0.18 | 0.16 | 325.43 | 0.53 | 0.66 |
| Hex | D6 | 7A | AF | 0 | 2B | 12 | 10 | 145 | 35 | 42 |
| Octal | 326 | 172 | 257 | 0 | 53 | 22 | 20 | 505 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10101111 | 0 | 101011 | 10010 | 10000 | 101000101 | 110101 | 1000010 |
Color Harmonies of #D67AAF
Complementary color
Monochromatic Colors of #D67AAF
Black with #D67AAF
Text Example
Text Example
White with #D67AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AAF; }
p { color: rgb(214,122,175); }
H1.HeaderClassName
{
color: #D67AAF;
}
.AnyTagClassName
{
color: #D67AAF;
}
</style>
background-color css
<style>
a { background-color: #D67AAF; }
a { background-color: rgb(214,122,175); }
div.DivClassName
{
background-color: #D67AAF;
}
.BgClassName
{
background-color: #D67AAF;
}
</style>
border-color css
<style>
span { border-color: #D67AAF; }
span { border-color: rgb(214,122,175); }
td.TdClassName
{
border-color: #D67AAF;
}
.TagClassName
{
border-color: #D67AAF;
}
</style>