Shades of Kobi #D292B0
Tints of Kobi #D292B0
RGB
CMYK
RGB Variations
Color information
#D292B0 (or 0xD292B0) is known color: Kobi. HEX triplet: D2, 92 and B0. RGB value is (210,146,176). Sum of RGB (Red+Green+Blue) = 210+146+176=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D292B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D292B0 is #2D6D4F. Grayscale: #A8A8A8. Windows color (decimal): -2977104 or 11571922. OLE color: 11571922.
HSL color Cylindrical-coordinate representation of color #D292B0: hue angle of 331.88º 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 #D292B0 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 176 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.18 |
| HSL | 331.88º | 0.42% | 0.7% | - |
| HSV(B) | 331.88º | 0.3% | 0.82% | - |
| XYZ | 44.69 | 37.39 | 45.94 | - |
| YUV | 168.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 176 | 0 | 0.30 | 0.16 | 0.18 | 331.88 | 0.42 | 0.7 |
| Hex | D2 | 92 | B0 | 0 | 1E | 10 | 12 | 14C | 2A | 46 |
| Octal | 322 | 222 | 260 | 0 | 36 | 20 | 22 | 514 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10110000 | 0 | 11110 | 10000 | 10010 | 101001100 | 101010 | 1000110 |
Color Harmonies of #D292B0
Complementary color
Monochromatic Colors of #D292B0
Black with #D292B0
Text Example
Text Example
White with #D292B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292B0; }
p { color: rgb(210,146,176); }
H1.HeaderClassName
{
color: #D292B0;
}
.AnyTagClassName
{
color: #D292B0;
}
</style>
background-color css
<style>
a { background-color: #D292B0; }
a { background-color: rgb(210,146,176); }
div.DivClassName
{
background-color: #D292B0;
}
.BgClassName
{
background-color: #D292B0;
}
</style>
border-color css
<style>
span { border-color: #D292B0; }
span { border-color: rgb(210,146,176); }
td.TdClassName
{
border-color: #D292B0;
}
.TagClassName
{
border-color: #D292B0;
}
</style>