Shades of Kobi #D18AAD
Tints of Kobi #D18AAD
RGB
CMYK
RGB Variations
Color information
#D18AAD (or 0xD18AAD) is known color: Kobi. HEX triplet: D1, 8A and AD. RGB value is (209,138,173). Sum of RGB (Red+Green+Blue) = 209+138+173=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18AAD is #2E7552. Grayscale: #A3A3A3. Windows color (decimal): -3044691 or 11373265. OLE color: 11373265.
HSL color Cylindrical-coordinate representation of color #D18AAD: hue angle of 330.42º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18AAD is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 173 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.18 |
| HSL | 330.42º | 0.44% | 0.68% | - |
| HSV(B) | 330.42º | 0.34% | 0.82% | - |
| XYZ | 42.93 | 34.75 | 43.98 | - |
| YUV | 163.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 173 | 0 | 0.34 | 0.17 | 0.18 | 330.42 | 0.44 | 0.68 |
| Hex | D1 | 8A | AD | 0 | 22 | 11 | 12 | 14A | 2C | 44 |
| Octal | 321 | 212 | 255 | 0 | 42 | 21 | 22 | 512 | 54 | 104 |
| Binary | 11010001 | 10001010 | 10101101 | 0 | 100010 | 10001 | 10010 | 101001010 | 101100 | 1000100 |
Color Harmonies of #D18AAD
Complementary color
Monochromatic Colors of #D18AAD
Black with #D18AAD
Text Example
Text Example
White with #D18AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AAD; }
p { color: rgb(209,138,173); }
H1.HeaderClassName
{
color: #D18AAD;
}
.AnyTagClassName
{
color: #D18AAD;
}
</style>
background-color css
<style>
a { background-color: #D18AAD; }
a { background-color: rgb(209,138,173); }
div.DivClassName
{
background-color: #D18AAD;
}
.BgClassName
{
background-color: #D18AAD;
}
</style>
border-color css
<style>
span { border-color: #D18AAD; }
span { border-color: rgb(209,138,173); }
td.TdClassName
{
border-color: #D18AAD;
}
.TagClassName
{
border-color: #D18AAD;
}
</style>