Shades of Kobi #D295B1
Tints of Kobi #D295B1
RGB
CMYK
RGB Variations
Color information
#D295B1 (or 0xD295B1) is known color: Kobi. HEX triplet: D2, 95 and B1. RGB value is (210,149,177). Sum of RGB (Red+Green+Blue) = 210+149+177=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D295B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295B1 is #2D6A4E. Grayscale: #AAAAAA. Windows color (decimal): -2976335 or 11638226. OLE color: 11638226.
HSL color Cylindrical-coordinate representation of color #D295B1: hue angle of 332.46º 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 #D295B1 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 177 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.18 |
| HSL | 332.46º | 0.4% | 0.7% | - |
| HSV(B) | 332.46º | 0.29% | 0.82% | - |
| XYZ | 45.26 | 38.37 | 46.62 | - |
| YUV | 170.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 177 | 0 | 0.29 | 0.16 | 0.18 | 332.46 | 0.4 | 0.7 |
| Hex | D2 | 95 | B1 | 0 | 1D | 10 | 12 | 14C | 28 | 46 |
| Octal | 322 | 225 | 261 | 0 | 35 | 20 | 22 | 514 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10110001 | 0 | 11101 | 10000 | 10010 | 101001100 | 101000 | 1000110 |
Color Harmonies of #D295B1
Complementary color
Monochromatic Colors of #D295B1
Black with #D295B1
Text Example
Text Example
White with #D295B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295B1; }
p { color: rgb(210,149,177); }
H1.HeaderClassName
{
color: #D295B1;
}
.AnyTagClassName
{
color: #D295B1;
}
</style>
background-color css
<style>
a { background-color: #D295B1; }
a { background-color: rgb(210,149,177); }
div.DivClassName
{
background-color: #D295B1;
}
.BgClassName
{
background-color: #D295B1;
}
</style>
border-color css
<style>
span { border-color: #D295B1; }
span { border-color: rgb(210,149,177); }
td.TdClassName
{
border-color: #D295B1;
}
.TagClassName
{
border-color: #D295B1;
}
</style>