Shades of Kobi #D080AF
Tints of Kobi #D080AF
RGB
CMYK
RGB Variations
Color information
#D080AF (or 0xD080AF) is known color: Kobi. HEX triplet: D0, 80 and AF. RGB value is (208,128,175). Sum of RGB (Red+Green+Blue) = 208+128+175=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D080AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D080AF is #2F7F50. Grayscale: #9D9D9D. Windows color (decimal): -3112785 or 11501776. OLE color: 11501776.
HSL color Cylindrical-coordinate representation of color #D080AF: hue angle of 324.75º 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 #D080AF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 175 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.18 |
| HSL | 324.75º | 0.46% | 0.66% | - |
| HSV(B) | 324.75º | 0.38% | 0.82% | - |
| XYZ | 41.47 | 31.94 | 44.54 | - |
| YUV | 157.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 175 | 0 | 0.38 | 0.16 | 0.18 | 324.75 | 0.46 | 0.66 |
| Hex | D0 | 80 | AF | 0 | 26 | 10 | 12 | 145 | 2E | 42 |
| Octal | 320 | 200 | 257 | 0 | 46 | 20 | 22 | 505 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10101111 | 0 | 100110 | 10000 | 10010 | 101000101 | 101110 | 1000010 |
Color Harmonies of #D080AF
Complementary color
Monochromatic Colors of #D080AF
Black with #D080AF
Text Example
Text Example
White with #D080AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080AF; }
p { color: rgb(208,128,175); }
H1.HeaderClassName
{
color: #D080AF;
}
.AnyTagClassName
{
color: #D080AF;
}
</style>
background-color css
<style>
a { background-color: #D080AF; }
a { background-color: rgb(208,128,175); }
div.DivClassName
{
background-color: #D080AF;
}
.BgClassName
{
background-color: #D080AF;
}
</style>
border-color css
<style>
span { border-color: #D080AF; }
span { border-color: rgb(208,128,175); }
td.TdClassName
{
border-color: #D080AF;
}
.TagClassName
{
border-color: #D080AF;
}
</style>