Shades of Kobi #D081AF
Tints of Kobi #D081AF
RGB
CMYK
RGB Variations
Color information
#D081AF (or 0xD081AF) is known color: Kobi. HEX triplet: D0, 81 and AF. RGB value is (208,129,175). Sum of RGB (Red+Green+Blue) = 208+129+175=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D081AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081AF is #2F7E50. Grayscale: #9D9D9D. Windows color (decimal): -3112529 or 11502032. OLE color: 11502032.
HSL color Cylindrical-coordinate representation of color #D081AF: hue angle of 325.06º 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 #D081AF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 175 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.18 |
| HSL | 325.06º | 0.46% | 0.66% | - |
| HSV(B) | 325.06º | 0.38% | 0.82% | - |
| XYZ | 41.6 | 32.21 | 44.58 | - |
| YUV | 157.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 175 | 0 | 0.38 | 0.16 | 0.18 | 325.06 | 0.46 | 0.66 |
| Hex | D0 | 81 | AF | 0 | 26 | 10 | 12 | 145 | 2E | 42 |
| Octal | 320 | 201 | 257 | 0 | 46 | 20 | 22 | 505 | 56 | 102 |
| Binary | 11010000 | 10000001 | 10101111 | 0 | 100110 | 10000 | 10010 | 101000101 | 101110 | 1000010 |
Color Harmonies of #D081AF
Complementary color
Monochromatic Colors of #D081AF
Black with #D081AF
Text Example
Text Example
White with #D081AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081AF; }
p { color: rgb(208,129,175); }
H1.HeaderClassName
{
color: #D081AF;
}
.AnyTagClassName
{
color: #D081AF;
}
</style>
background-color css
<style>
a { background-color: #D081AF; }
a { background-color: rgb(208,129,175); }
div.DivClassName
{
background-color: #D081AF;
}
.BgClassName
{
background-color: #D081AF;
}
</style>
border-color css
<style>
span { border-color: #D081AF; }
span { border-color: rgb(208,129,175); }
td.TdClassName
{
border-color: #D081AF;
}
.TagClassName
{
border-color: #D081AF;
}
</style>