Shades of Kobi #D180AF
Tints of Kobi #D180AF
RGB
CMYK
RGB Variations
Color information
#D180AF (or 0xD180AF) is known color: Kobi. HEX triplet: D1, 80 and AF. RGB value is (209,128,175). Sum of RGB (Red+Green+Blue) = 209+128+175=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D180AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D180AF is #2E7F50. Grayscale: #9D9D9D. Windows color (decimal): -3047249 or 11501777. OLE color: 11501777.
HSL color Cylindrical-coordinate representation of color #D180AF: hue angle of 325.19º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D180AF is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 175 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.18 |
| HSL | 325.19º | 0.47% | 0.66% | - |
| HSV(B) | 325.19º | 0.39% | 0.82% | - |
| XYZ | 41.75 | 32.09 | 44.55 | - |
| YUV | 157.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 175 | 0 | 0.39 | 0.16 | 0.18 | 325.19 | 0.47 | 0.66 |
| Hex | D1 | 80 | AF | 0 | 27 | 10 | 12 | 145 | 2F | 42 |
| Octal | 321 | 200 | 257 | 0 | 47 | 20 | 22 | 505 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10101111 | 0 | 100111 | 10000 | 10010 | 101000101 | 101111 | 1000010 |
Color Harmonies of #D180AF
Complementary color
Monochromatic Colors of #D180AF
Black with #D180AF
Text Example
Text Example
White with #D180AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180AF; }
p { color: rgb(209,128,175); }
H1.HeaderClassName
{
color: #D180AF;
}
.AnyTagClassName
{
color: #D180AF;
}
</style>
background-color css
<style>
a { background-color: #D180AF; }
a { background-color: rgb(209,128,175); }
div.DivClassName
{
background-color: #D180AF;
}
.BgClassName
{
background-color: #D180AF;
}
</style>
border-color css
<style>
span { border-color: #D180AF; }
span { border-color: rgb(209,128,175); }
td.TdClassName
{
border-color: #D180AF;
}
.TagClassName
{
border-color: #D180AF;
}
</style>