Shades of Kobi #D281AA
Tints of Kobi #D281AA
RGB
CMYK
RGB Variations
Color information
#D281AA (or 0xD281AA) is known color: Kobi. HEX triplet: D2, 81 and AA. RGB value is (210,129,170). Sum of RGB (Red+Green+Blue) = 210+129+170=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D281AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D281AA is #2D7E55. Grayscale: #9D9D9D. Windows color (decimal): -2981462 or 11174354. OLE color: 11174354.
HSL color Cylindrical-coordinate representation of color #D281AA: hue angle of 329.63º 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 #D281AA is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 170 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.18 |
| HSL | 329.63º | 0.47% | 0.66% | - |
| HSV(B) | 329.63º | 0.39% | 0.82% | - |
| XYZ | 41.68 | 32.3 | 42.07 | - |
| YUV | 157.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 170 | 0 | 0.39 | 0.19 | 0.18 | 329.63 | 0.47 | 0.66 |
| Hex | D2 | 81 | AA | 0 | 27 | 13 | 12 | 14A | 2F | 42 |
| Octal | 322 | 201 | 252 | 0 | 47 | 23 | 22 | 512 | 57 | 102 |
| Binary | 11010010 | 10000001 | 10101010 | 0 | 100111 | 10011 | 10010 | 101001010 | 101111 | 1000010 |
Color Harmonies of #D281AA
Complementary color
Monochromatic Colors of #D281AA
Black with #D281AA
Text Example
Text Example
White with #D281AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281AA; }
p { color: rgb(210,129,170); }
H1.HeaderClassName
{
color: #D281AA;
}
.AnyTagClassName
{
color: #D281AA;
}
</style>
background-color css
<style>
a { background-color: #D281AA; }
a { background-color: rgb(210,129,170); }
div.DivClassName
{
background-color: #D281AA;
}
.BgClassName
{
background-color: #D281AA;
}
</style>
border-color css
<style>
span { border-color: #D281AA; }
span { border-color: rgb(210,129,170); }
td.TdClassName
{
border-color: #D281AA;
}
.TagClassName
{
border-color: #D281AA;
}
</style>