Shades of Kobi #D18FAA
Tints of Kobi #D18FAA
RGB
CMYK
RGB Variations
Color information
#D18FAA (or 0xD18FAA) is known color: Kobi. HEX triplet: D1, 8F and AA. RGB value is (209,143,170). Sum of RGB (Red+Green+Blue) = 209+143+170=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FAA is #2E7055. Grayscale: #A5A5A5. Windows color (decimal): -3043414 or 11177937. OLE color: 11177937.
HSL color Cylindrical-coordinate representation of color #D18FAA: hue angle of 335.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FAA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 170 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.18 |
| HSL | 335.45º | 0.42% | 0.69% | - |
| HSV(B) | 335.45º | 0.32% | 0.82% | - |
| XYZ | 43.37 | 36.1 | 42.71 | - |
| YUV | 165.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 170 | 0 | 0.32 | 0.19 | 0.18 | 335.45 | 0.42 | 0.69 |
| Hex | D1 | 8F | AA | 0 | 20 | 13 | 12 | 14F | 2A | 45 |
| Octal | 321 | 217 | 252 | 0 | 40 | 23 | 22 | 517 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10101010 | 0 | 100000 | 10011 | 10010 | 101001111 | 101010 | 1000101 |
Color Harmonies of #D18FAA
Complementary color
Monochromatic Colors of #D18FAA
Black with #D18FAA
Text Example
Text Example
White with #D18FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FAA; }
p { color: rgb(209,143,170); }
H1.HeaderClassName
{
color: #D18FAA;
}
.AnyTagClassName
{
color: #D18FAA;
}
</style>
background-color css
<style>
a { background-color: #D18FAA; }
a { background-color: rgb(209,143,170); }
div.DivClassName
{
background-color: #D18FAA;
}
.BgClassName
{
background-color: #D18FAA;
}
</style>
border-color css
<style>
span { border-color: #D18FAA; }
span { border-color: rgb(209,143,170); }
td.TdClassName
{
border-color: #D18FAA;
}
.TagClassName
{
border-color: #D18FAA;
}
</style>