Shades of Kobi #D685AD
Tints of Kobi #D685AD
RGB
CMYK
RGB Variations
Color information
#D685AD (or 0xD685AD) is known color: Kobi. HEX triplet: D6, 85 and AD. RGB value is (214,133,173). Sum of RGB (Red+Green+Blue) = 214+133+173=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D685AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D685AD is #297A52. Grayscale: #A1A1A1. Windows color (decimal): -2718291 or 11371990. OLE color: 11371990.
HSL color Cylindrical-coordinate representation of color #D685AD: hue angle of 330.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685AD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 173 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.16 |
| HSL | 330.37º | 0.5% | 0.68% | - |
| HSV(B) | 330.37º | 0.38% | 0.84% | - |
| XYZ | 43.66 | 34.09 | 43.81 | - |
| YUV | 161.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 173 | 0 | 0.38 | 0.19 | 0.16 | 330.37 | 0.5 | 0.68 |
| Hex | D6 | 85 | AD | 0 | 26 | 13 | 10 | 14A | 32 | 44 |
| Octal | 326 | 205 | 255 | 0 | 46 | 23 | 20 | 512 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10101101 | 0 | 100110 | 10011 | 10000 | 101001010 | 110010 | 1000100 |
Color Harmonies of #D685AD
Complementary color
Monochromatic Colors of #D685AD
Black with #D685AD
Text Example
Text Example
White with #D685AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685AD; }
p { color: rgb(214,133,173); }
H1.HeaderClassName
{
color: #D685AD;
}
.AnyTagClassName
{
color: #D685AD;
}
</style>
background-color css
<style>
a { background-color: #D685AD; }
a { background-color: rgb(214,133,173); }
div.DivClassName
{
background-color: #D685AD;
}
.BgClassName
{
background-color: #D685AD;
}
</style>
border-color css
<style>
span { border-color: #D685AD; }
span { border-color: rgb(214,133,173); }
td.TdClassName
{
border-color: #D685AD;
}
.TagClassName
{
border-color: #D685AD;
}
</style>