Shades of Kobi #D183AD
Tints of Kobi #D183AD
RGB
CMYK
RGB Variations
Color information
#D183AD (or 0xD183AD) is known color: Kobi. HEX triplet: D1, 83 and AD. RGB value is (209,131,173). Sum of RGB (Red+Green+Blue) = 209+131+173=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D183AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D183AD is #2E7C52. Grayscale: #9F9F9F. Windows color (decimal): -3046483 or 11371473. OLE color: 11371473.
HSL color Cylindrical-coordinate representation of color #D183AD: hue angle of 327.69º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D183AD is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 173 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.18 |
| HSL | 327.69º | 0.46% | 0.67% | - |
| HSV(B) | 327.69º | 0.37% | 0.82% | - |
| XYZ | 41.95 | 32.81 | 43.66 | - |
| YUV | 159.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 173 | 0 | 0.37 | 0.17 | 0.18 | 327.69 | 0.46 | 0.67 |
| Hex | D1 | 83 | AD | 0 | 25 | 11 | 12 | 148 | 2E | 43 |
| Octal | 321 | 203 | 255 | 0 | 45 | 21 | 22 | 510 | 56 | 103 |
| Binary | 11010001 | 10000011 | 10101101 | 0 | 100101 | 10001 | 10010 | 101001000 | 101110 | 1000011 |
Color Harmonies of #D183AD
Complementary color
Monochromatic Colors of #D183AD
Black with #D183AD
Text Example
Text Example
White with #D183AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183AD; }
p { color: rgb(209,131,173); }
H1.HeaderClassName
{
color: #D183AD;
}
.AnyTagClassName
{
color: #D183AD;
}
</style>
background-color css
<style>
a { background-color: #D183AD; }
a { background-color: rgb(209,131,173); }
div.DivClassName
{
background-color: #D183AD;
}
.BgClassName
{
background-color: #D183AD;
}
</style>
border-color css
<style>
span { border-color: #D183AD; }
span { border-color: rgb(209,131,173); }
td.TdClassName
{
border-color: #D183AD;
}
.TagClassName
{
border-color: #D183AD;
}
</style>