Shades of Kobi #D285AA
Tints of Kobi #D285AA
RGB
CMYK
RGB Variations
Color information
#D285AA (or 0xD285AA) is known color: Kobi. HEX triplet: D2, 85 and AA. RGB value is (210,133,170). Sum of RGB (Red+Green+Blue) = 210+133+170=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D285AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D285AA is #2D7A55. Grayscale: #A0A0A0. Windows color (decimal): -2980438 or 11175378. OLE color: 11175378.
HSL color Cylindrical-coordinate representation of color #D285AA: hue angle of 331.17º 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 #D285AA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 170 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.18 |
| HSL | 331.17º | 0.46% | 0.67% | - |
| HSV(B) | 331.17º | 0.37% | 0.82% | - |
| XYZ | 42.22 | 33.38 | 42.25 | - |
| YUV | 160.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 170 | 0 | 0.37 | 0.19 | 0.18 | 331.17 | 0.46 | 0.67 |
| Hex | D2 | 85 | AA | 0 | 25 | 13 | 12 | 14B | 2E | 43 |
| Octal | 322 | 205 | 252 | 0 | 45 | 23 | 22 | 513 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10101010 | 0 | 100101 | 10011 | 10010 | 101001011 | 101110 | 1000011 |
Color Harmonies of #D285AA
Complementary color
Monochromatic Colors of #D285AA
Black with #D285AA
Text Example
Text Example
White with #D285AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285AA; }
p { color: rgb(210,133,170); }
H1.HeaderClassName
{
color: #D285AA;
}
.AnyTagClassName
{
color: #D285AA;
}
</style>
background-color css
<style>
a { background-color: #D285AA; }
a { background-color: rgb(210,133,170); }
div.DivClassName
{
background-color: #D285AA;
}
.BgClassName
{
background-color: #D285AA;
}
</style>
border-color css
<style>
span { border-color: #D285AA; }
span { border-color: rgb(210,133,170); }
td.TdClassName
{
border-color: #D285AA;
}
.TagClassName
{
border-color: #D285AA;
}
</style>