Shades of Kobi #D182AF
Tints of Kobi #D182AF
RGB
CMYK
RGB Variations
Color information
#D182AF (or 0xD182AF) is known color: Kobi. HEX triplet: D1, 82 and AF. RGB value is (209,130,175). Sum of RGB (Red+Green+Blue) = 209+130+175=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D182AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D182AF is #2E7D50. Grayscale: #9E9E9E. Windows color (decimal): -3046737 or 11502289. OLE color: 11502289.
HSL color Cylindrical-coordinate representation of color #D182AF: hue angle of 325.82º degrees, saturation: 0.46, 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 #D182AF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 175 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.18 |
| HSL | 325.82º | 0.46% | 0.66% | - |
| HSV(B) | 325.82º | 0.38% | 0.82% | - |
| XYZ | 42.01 | 32.62 | 44.64 | - |
| YUV | 158.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 175 | 0 | 0.38 | 0.16 | 0.18 | 325.82 | 0.46 | 0.66 |
| Hex | D1 | 82 | AF | 0 | 26 | 10 | 12 | 146 | 2E | 42 |
| Octal | 321 | 202 | 257 | 0 | 46 | 20 | 22 | 506 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10101111 | 0 | 100110 | 10000 | 10010 | 101000110 | 101110 | 1000010 |
Color Harmonies of #D182AF
Complementary color
Monochromatic Colors of #D182AF
Black with #D182AF
Text Example
Text Example
White with #D182AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182AF; }
p { color: rgb(209,130,175); }
H1.HeaderClassName
{
color: #D182AF;
}
.AnyTagClassName
{
color: #D182AF;
}
</style>
background-color css
<style>
a { background-color: #D182AF; }
a { background-color: rgb(209,130,175); }
div.DivClassName
{
background-color: #D182AF;
}
.BgClassName
{
background-color: #D182AF;
}
</style>
border-color css
<style>
span { border-color: #D182AF; }
span { border-color: rgb(209,130,175); }
td.TdClassName
{
border-color: #D182AF;
}
.TagClassName
{
border-color: #D182AF;
}
</style>