Shades of Kobi #D295B0
Tints of Kobi #D295B0
RGB
CMYK
RGB Variations
Color information
#D295B0 (or 0xD295B0) is known color: Kobi. HEX triplet: D2, 95 and B0. RGB value is (210,149,176). Sum of RGB (Red+Green+Blue) = 210+149+176=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D295B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295B0 is #2D6A4F. Grayscale: #AAAAAA. Windows color (decimal): -2976336 or 11572690. OLE color: 11572690.
HSL color Cylindrical-coordinate representation of color #D295B0: hue angle of 333.44º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295B0 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 176 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.18 |
| HSL | 333.44º | 0.4% | 0.7% | - |
| HSV(B) | 333.44º | 0.29% | 0.82% | - |
| XYZ | 45.16 | 38.33 | 46.09 | - |
| YUV | 170.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 176 | 0 | 0.29 | 0.16 | 0.18 | 333.44 | 0.4 | 0.7 |
| Hex | D2 | 95 | B0 | 0 | 1D | 10 | 12 | 14D | 28 | 46 |
| Octal | 322 | 225 | 260 | 0 | 35 | 20 | 22 | 515 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10110000 | 0 | 11101 | 10000 | 10010 | 101001101 | 101000 | 1000110 |
Color Harmonies of #D295B0
Complementary color
Monochromatic Colors of #D295B0
Black with #D295B0
Text Example
Text Example
White with #D295B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295B0; }
p { color: rgb(210,149,176); }
H1.HeaderClassName
{
color: #D295B0;
}
.AnyTagClassName
{
color: #D295B0;
}
</style>
background-color css
<style>
a { background-color: #D295B0; }
a { background-color: rgb(210,149,176); }
div.DivClassName
{
background-color: #D295B0;
}
.BgClassName
{
background-color: #D295B0;
}
</style>
border-color css
<style>
span { border-color: #D295B0; }
span { border-color: rgb(210,149,176); }
td.TdClassName
{
border-color: #D295B0;
}
.TagClassName
{
border-color: #D295B0;
}
</style>