Shades of Kobi #D67AB0
Tints of Kobi #D67AB0
RGB
CMYK
RGB Variations
Color information
#D67AB0 (or 0xD67AB0) is known color: Kobi. HEX triplet: D6, 7A and B0. RGB value is (214,122,176). Sum of RGB (Red+Green+Blue) = 214+122+176=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67AB0 is #29854F. Grayscale: #9B9B9B. Windows color (decimal): -2721104 or 11565782. OLE color: 11565782.
HSL color Cylindrical-coordinate representation of color #D67AB0: hue angle of 324.78º 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 #D67AB0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 176 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.16 |
| HSL | 324.78º | 0.53% | 0.66% | - |
| HSV(B) | 324.78º | 0.43% | 0.84% | - |
| XYZ | 42.53 | 31.35 | 44.88 | - |
| YUV | 155.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 176 | 0 | 0.43 | 0.18 | 0.16 | 324.78 | 0.53 | 0.66 |
| Hex | D6 | 7A | B0 | 0 | 2B | 12 | 10 | 145 | 35 | 42 |
| Octal | 326 | 172 | 260 | 0 | 53 | 22 | 20 | 505 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10110000 | 0 | 101011 | 10010 | 10000 | 101000101 | 110101 | 1000010 |
Color Harmonies of #D67AB0
Complementary color
Monochromatic Colors of #D67AB0
Black with #D67AB0
Text Example
Text Example
White with #D67AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AB0; }
p { color: rgb(214,122,176); }
H1.HeaderClassName
{
color: #D67AB0;
}
.AnyTagClassName
{
color: #D67AB0;
}
</style>
background-color css
<style>
a { background-color: #D67AB0; }
a { background-color: rgb(214,122,176); }
div.DivClassName
{
background-color: #D67AB0;
}
.BgClassName
{
background-color: #D67AB0;
}
</style>
border-color css
<style>
span { border-color: #D67AB0; }
span { border-color: rgb(214,122,176); }
td.TdClassName
{
border-color: #D67AB0;
}
.TagClassName
{
border-color: #D67AB0;
}
</style>