Shades of Kobi #D083AD
Tints of Kobi #D083AD
RGB
CMYK
RGB Variations
Color information
#D083AD (or 0xD083AD) is known color: Kobi. HEX triplet: D0, 83 and AD. RGB value is (208,131,173). Sum of RGB (Red+Green+Blue) = 208+131+173=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D083AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D083AD is #2F7C52. Grayscale: #9E9E9E. Windows color (decimal): -3112019 or 11371472. OLE color: 11371472.
HSL color Cylindrical-coordinate representation of color #D083AD: hue angle of 327.27º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083AD is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 173 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.18 |
| HSL | 327.27º | 0.45% | 0.66% | - |
| HSV(B) | 327.27º | 0.37% | 0.82% | - |
| XYZ | 41.67 | 32.66 | 43.64 | - |
| YUV | 158.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 173 | 0 | 0.37 | 0.17 | 0.18 | 327.27 | 0.45 | 0.66 |
| Hex | D0 | 83 | AD | 0 | 25 | 11 | 12 | 147 | 2D | 42 |
| Octal | 320 | 203 | 255 | 0 | 45 | 21 | 22 | 507 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10101101 | 0 | 100101 | 10001 | 10010 | 101000111 | 101101 | 1000010 |
Color Harmonies of #D083AD
Complementary color
Monochromatic Colors of #D083AD
Black with #D083AD
Text Example
Text Example
White with #D083AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083AD; }
p { color: rgb(208,131,173); }
H1.HeaderClassName
{
color: #D083AD;
}
.AnyTagClassName
{
color: #D083AD;
}
</style>
background-color css
<style>
a { background-color: #D083AD; }
a { background-color: rgb(208,131,173); }
div.DivClassName
{
background-color: #D083AD;
}
.BgClassName
{
background-color: #D083AD;
}
</style>
border-color css
<style>
span { border-color: #D083AD; }
span { border-color: rgb(208,131,173); }
td.TdClassName
{
border-color: #D083AD;
}
.TagClassName
{
border-color: #D083AD;
}
</style>