Shades of Kobi #D292AD
Tints of Kobi #D292AD
RGB
CMYK
RGB Variations
Color information
#D292AD (or 0xD292AD) is known color: Kobi. HEX triplet: D2, 92 and AD. RGB value is (210,146,173). Sum of RGB (Red+Green+Blue) = 210+146+173=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D292AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D292AD is #2D6D52. Grayscale: #A8A8A8. Windows color (decimal): -2977107 or 11375314. OLE color: 11375314.
HSL color Cylindrical-coordinate representation of color #D292AD: hue angle of 334.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D292AD is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 173 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.18 |
| HSL | 334.69º | 0.42% | 0.7% | - |
| HSV(B) | 334.69º | 0.3% | 0.82% | - |
| XYZ | 44.4 | 37.28 | 44.39 | - |
| YUV | 168.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 173 | 0 | 0.30 | 0.18 | 0.18 | 334.69 | 0.42 | 0.7 |
| Hex | D2 | 92 | AD | 0 | 1E | 12 | 12 | 14F | 2A | 46 |
| Octal | 322 | 222 | 255 | 0 | 36 | 22 | 22 | 517 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10101101 | 0 | 11110 | 10010 | 10010 | 101001111 | 101010 | 1000110 |
Color Harmonies of #D292AD
Complementary color
Monochromatic Colors of #D292AD
Black with #D292AD
Text Example
Text Example
White with #D292AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292AD; }
p { color: rgb(210,146,173); }
H1.HeaderClassName
{
color: #D292AD;
}
.AnyTagClassName
{
color: #D292AD;
}
</style>
background-color css
<style>
a { background-color: #D292AD; }
a { background-color: rgb(210,146,173); }
div.DivClassName
{
background-color: #D292AD;
}
.BgClassName
{
background-color: #D292AD;
}
</style>
border-color css
<style>
span { border-color: #D292AD; }
span { border-color: rgb(210,146,173); }
td.TdClassName
{
border-color: #D292AD;
}
.TagClassName
{
border-color: #D292AD;
}
</style>