Shades of Kobi #D284A9
Tints of Kobi #D284A9
RGB
CMYK
RGB Variations
Color information
#D284A9 (or 0xD284A9) is known color: Kobi. HEX triplet: D2, 84 and A9. RGB value is (210,132,169). Sum of RGB (Red+Green+Blue) = 210+132+169=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D284A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D284A9 is #2D7B56. Grayscale: #9F9F9F. Windows color (decimal): -2980695 or 11109586. OLE color: 11109586.
HSL color Cylindrical-coordinate representation of color #D284A9: hue angle of 331.54º 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 #D284A9 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 169 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.18 |
| HSL | 331.54º | 0.46% | 0.67% | - |
| HSV(B) | 331.54º | 0.37% | 0.82% | - |
| XYZ | 41.99 | 33.07 | 41.71 | - |
| YUV | 159.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 169 | 0 | 0.37 | 0.20 | 0.18 | 331.54 | 0.46 | 0.67 |
| Hex | D2 | 84 | A9 | 0 | 25 | 14 | 12 | 14C | 2E | 43 |
| Octal | 322 | 204 | 251 | 0 | 45 | 24 | 22 | 514 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10101001 | 0 | 100101 | 10100 | 10010 | 101001100 | 101110 | 1000011 |
Color Harmonies of #D284A9
Complementary color
Monochromatic Colors of #D284A9
Black with #D284A9
Text Example
Text Example
White with #D284A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284A9; }
p { color: rgb(210,132,169); }
H1.HeaderClassName
{
color: #D284A9;
}
.AnyTagClassName
{
color: #D284A9;
}
</style>
background-color css
<style>
a { background-color: #D284A9; }
a { background-color: rgb(210,132,169); }
div.DivClassName
{
background-color: #D284A9;
}
.BgClassName
{
background-color: #D284A9;
}
</style>
border-color css
<style>
span { border-color: #D284A9; }
span { border-color: rgb(210,132,169); }
td.TdClassName
{
border-color: #D284A9;
}
.TagClassName
{
border-color: #D284A9;
}
</style>