Shades of Kobi #D281AB
Tints of Kobi #D281AB
RGB
CMYK
RGB Variations
Color information
#D281AB (or 0xD281AB) is known color: Kobi. HEX triplet: D2, 81 and AB. RGB value is (210,129,171). Sum of RGB (Red+Green+Blue) = 210+129+171=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D281AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D281AB is #2D7E54. Grayscale: #9D9D9D. Windows color (decimal): -2981461 or 11239890. OLE color: 11239890.
HSL color Cylindrical-coordinate representation of color #D281AB: hue angle of 328.89º 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 #D281AB is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 171 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.18 |
| HSL | 328.89º | 0.47% | 0.66% | - |
| HSV(B) | 328.89º | 0.39% | 0.82% | - |
| XYZ | 41.78 | 32.34 | 42.57 | - |
| YUV | 158.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 171 | 0 | 0.39 | 0.19 | 0.18 | 328.89 | 0.47 | 0.66 |
| Hex | D2 | 81 | AB | 0 | 27 | 13 | 12 | 149 | 2F | 42 |
| Octal | 322 | 201 | 253 | 0 | 47 | 23 | 22 | 511 | 57 | 102 |
| Binary | 11010010 | 10000001 | 10101011 | 0 | 100111 | 10011 | 10010 | 101001001 | 101111 | 1000010 |
Color Harmonies of #D281AB
Complementary color
Monochromatic Colors of #D281AB
Black with #D281AB
Text Example
Text Example
White with #D281AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281AB; }
p { color: rgb(210,129,171); }
H1.HeaderClassName
{
color: #D281AB;
}
.AnyTagClassName
{
color: #D281AB;
}
</style>
background-color css
<style>
a { background-color: #D281AB; }
a { background-color: rgb(210,129,171); }
div.DivClassName
{
background-color: #D281AB;
}
.BgClassName
{
background-color: #D281AB;
}
</style>
border-color css
<style>
span { border-color: #D281AB; }
span { border-color: rgb(210,129,171); }
td.TdClassName
{
border-color: #D281AB;
}
.TagClassName
{
border-color: #D281AB;
}
</style>