Shades of Kobi #D181AF
Tints of Kobi #D181AF
RGB
CMYK
RGB Variations
Color information
#D181AF (or 0xD181AF) is known color: Kobi. HEX triplet: D1, 81 and AF. RGB value is (209,129,175). Sum of RGB (Red+Green+Blue) = 209+129+175=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D181AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D181AF is #2E7E50. Grayscale: #9E9E9E. Windows color (decimal): -3046993 or 11502033. OLE color: 11502033.
HSL color Cylindrical-coordinate representation of color #D181AF: hue angle of 325.5º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D181AF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 175 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.18 |
| HSL | 325.5º | 0.47% | 0.66% | - |
| HSV(B) | 325.5º | 0.38% | 0.82% | - |
| XYZ | 41.88 | 32.35 | 44.59 | - |
| YUV | 158.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 175 | 0 | 0.38 | 0.16 | 0.18 | 325.5 | 0.47 | 0.66 |
| Hex | D1 | 81 | AF | 0 | 26 | 10 | 12 | 146 | 2F | 42 |
| Octal | 321 | 201 | 257 | 0 | 46 | 20 | 22 | 506 | 57 | 102 |
| Binary | 11010001 | 10000001 | 10101111 | 0 | 100110 | 10000 | 10010 | 101000110 | 101111 | 1000010 |
Color Harmonies of #D181AF
Complementary color
Monochromatic Colors of #D181AF
Black with #D181AF
Text Example
Text Example
White with #D181AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181AF; }
p { color: rgb(209,129,175); }
H1.HeaderClassName
{
color: #D181AF;
}
.AnyTagClassName
{
color: #D181AF;
}
</style>
background-color css
<style>
a { background-color: #D181AF; }
a { background-color: rgb(209,129,175); }
div.DivClassName
{
background-color: #D181AF;
}
.BgClassName
{
background-color: #D181AF;
}
</style>
border-color css
<style>
span { border-color: #D181AF; }
span { border-color: rgb(209,129,175); }
td.TdClassName
{
border-color: #D181AF;
}
.TagClassName
{
border-color: #D181AF;
}
</style>