Shades of Kobi #D67DAC
Tints of Kobi #D67DAC
RGB
CMYK
RGB Variations
Color information
#D67DAC (or 0xD67DAC) is known color: Kobi. HEX triplet: D6, 7D and AC. RGB value is (214,125,172). Sum of RGB (Red+Green+Blue) = 214+125+172=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DAC is #298253. Grayscale: #9C9C9C. Windows color (decimal): -2720340 or 11304406. OLE color: 11304406.
HSL color Cylindrical-coordinate representation of color #D67DAC: hue angle of 328.31º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DAC is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 172 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.16 |
| HSL | 328.31º | 0.52% | 0.66% | - |
| HSV(B) | 328.31º | 0.42% | 0.84% | - |
| XYZ | 42.51 | 31.94 | 42.95 | - |
| YUV | 156.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 172 | 0 | 0.42 | 0.20 | 0.16 | 328.31 | 0.52 | 0.66 |
| Hex | D6 | 7D | AC | 0 | 2A | 14 | 10 | 148 | 34 | 42 |
| Octal | 326 | 175 | 254 | 0 | 52 | 24 | 20 | 510 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10101100 | 0 | 101010 | 10100 | 10000 | 101001000 | 110100 | 1000010 |
Color Harmonies of #D67DAC
Complementary color
Monochromatic Colors of #D67DAC
Black with #D67DAC
Text Example
Text Example
White with #D67DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DAC; }
p { color: rgb(214,125,172); }
H1.HeaderClassName
{
color: #D67DAC;
}
.AnyTagClassName
{
color: #D67DAC;
}
</style>
background-color css
<style>
a { background-color: #D67DAC; }
a { background-color: rgb(214,125,172); }
div.DivClassName
{
background-color: #D67DAC;
}
.BgClassName
{
background-color: #D67DAC;
}
</style>
border-color css
<style>
span { border-color: #D67DAC; }
span { border-color: rgb(214,125,172); }
td.TdClassName
{
border-color: #D67DAC;
}
.TagClassName
{
border-color: #D67DAC;
}
</style>