Shades of Kobi #D295A8
Tints of Kobi #D295A8
RGB
CMYK
RGB Variations
Color information
#D295A8 (or 0xD295A8) is known color: Kobi. HEX triplet: D2, 95 and A8. RGB value is (210,149,168). Sum of RGB (Red+Green+Blue) = 210+149+168=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D295A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295A8 is #2D6A57. Grayscale: #A9A9A9. Windows color (decimal): -2976344 or 11048402. OLE color: 11048402.
HSL color Cylindrical-coordinate representation of color #D295A8: hue angle of 341.31º 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 #D295A8 is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 168 | - |
| CMYK | 0 | 0.29 | 0.2 | 0.18 |
| HSL | 341.31º | 0.4% | 0.7% | - |
| HSV(B) | 341.31º | 0.29% | 0.82% | - |
| XYZ | 44.39 | 38.02 | 42.05 | - |
| YUV | 169.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 168 | 0 | 0.29 | 0.2 | 0.18 | 341.31 | 0.4 | 0.7 |
| Hex | D2 | 95 | A8 | 0 | 1D | 14 | 12 | 155 | 28 | 46 |
| Octal | 322 | 225 | 250 | 0 | 35 | 24 | 22 | 525 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10101000 | 0 | 11101 | 10100 | 10010 | 101010101 | 101000 | 1000110 |
Color Harmonies of #D295A8
Complementary color
Monochromatic Colors of #D295A8
Black with #D295A8
Text Example
Text Example
White with #D295A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295A8; }
p { color: rgb(210,149,168); }
H1.HeaderClassName
{
color: #D295A8;
}
.AnyTagClassName
{
color: #D295A8;
}
</style>
background-color css
<style>
a { background-color: #D295A8; }
a { background-color: rgb(210,149,168); }
div.DivClassName
{
background-color: #D295A8;
}
.BgClassName
{
background-color: #D295A8;
}
</style>
border-color css
<style>
span { border-color: #D295A8; }
span { border-color: rgb(210,149,168); }
td.TdClassName
{
border-color: #D295A8;
}
.TagClassName
{
border-color: #D295A8;
}
</style>