Shades of Kobi #D67FAD
Tints of Kobi #D67FAD
RGB
CMYK
RGB Variations
Color information
#D67FAD (or 0xD67FAD) is known color: Kobi. HEX triplet: D6, 7F and AD. RGB value is (214,127,173). Sum of RGB (Red+Green+Blue) = 214+127+173=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67FAD is #298052. Grayscale: #9E9E9E. Windows color (decimal): -2719827 or 11370454. OLE color: 11370454.
HSL color Cylindrical-coordinate representation of color #D67FAD: hue angle of 328.28º 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 #D67FAD is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 173 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.16 |
| HSL | 328.28º | 0.51% | 0.67% | - |
| HSV(B) | 328.28º | 0.41% | 0.84% | - |
| XYZ | 42.86 | 32.49 | 43.55 | - |
| YUV | 158.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 173 | 0 | 0.41 | 0.19 | 0.16 | 328.28 | 0.51 | 0.67 |
| Hex | D6 | 7F | AD | 0 | 29 | 13 | 10 | 148 | 33 | 43 |
| Octal | 326 | 177 | 255 | 0 | 51 | 23 | 20 | 510 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10101101 | 0 | 101001 | 10011 | 10000 | 101001000 | 110011 | 1000011 |
Color Harmonies of #D67FAD
Complementary color
Monochromatic Colors of #D67FAD
Black with #D67FAD
Text Example
Text Example
White with #D67FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FAD; }
p { color: rgb(214,127,173); }
H1.HeaderClassName
{
color: #D67FAD;
}
.AnyTagClassName
{
color: #D67FAD;
}
</style>
background-color css
<style>
a { background-color: #D67FAD; }
a { background-color: rgb(214,127,173); }
div.DivClassName
{
background-color: #D67FAD;
}
.BgClassName
{
background-color: #D67FAD;
}
</style>
border-color css
<style>
span { border-color: #D67FAD; }
span { border-color: rgb(214,127,173); }
td.TdClassName
{
border-color: #D67FAD;
}
.TagClassName
{
border-color: #D67FAD;
}
</style>