Shades of Kobi #D284AB
Tints of Kobi #D284AB
RGB
CMYK
RGB Variations
Color information
#D284AB (or 0xD284AB) is known color: Kobi. HEX triplet: D2, 84 and AB. RGB value is (210,132,171). Sum of RGB (Red+Green+Blue) = 210+132+171=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D284AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D284AB is #2D7B54. Grayscale: #9F9F9F. Windows color (decimal): -2980693 or 11240658. OLE color: 11240658.
HSL color Cylindrical-coordinate representation of color #D284AB: hue angle of 330º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284AB is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 171 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.18 |
| HSL | 330º | 0.46% | 0.67% | - |
| HSV(B) | 330º | 0.37% | 0.82% | - |
| XYZ | 42.18 | 33.14 | 42.7 | - |
| YUV | 159.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 171 | 0 | 0.37 | 0.19 | 0.18 | 330 | 0.46 | 0.67 |
| Hex | D2 | 84 | AB | 0 | 25 | 13 | 12 | 14A | 2E | 43 |
| Octal | 322 | 204 | 253 | 0 | 45 | 23 | 22 | 512 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10101011 | 0 | 100101 | 10011 | 10010 | 101001010 | 101110 | 1000011 |
Color Harmonies of #D284AB
Complementary color
Monochromatic Colors of #D284AB
Black with #D284AB
Text Example
Text Example
White with #D284AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284AB; }
p { color: rgb(210,132,171); }
H1.HeaderClassName
{
color: #D284AB;
}
.AnyTagClassName
{
color: #D284AB;
}
</style>
background-color css
<style>
a { background-color: #D284AB; }
a { background-color: rgb(210,132,171); }
div.DivClassName
{
background-color: #D284AB;
}
.BgClassName
{
background-color: #D284AB;
}
</style>
border-color css
<style>
span { border-color: #D284AB; }
span { border-color: rgb(210,132,171); }
td.TdClassName
{
border-color: #D284AB;
}
.TagClassName
{
border-color: #D284AB;
}
</style>