Shades of Kobi #D495B1
Tints of Kobi #D495B1
RGB
CMYK
RGB Variations
Color information
#D495B1 (or 0xD495B1) is known color: Kobi. HEX triplet: D4, 95 and B1. RGB value is (212,149,177). Sum of RGB (Red+Green+Blue) = 212+149+177=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D495B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495B1 is #2B6A4E. Grayscale: #AAAAAA. Windows color (decimal): -2845263 or 11638228. OLE color: 11638228.
HSL color Cylindrical-coordinate representation of color #D495B1: hue angle of 333.33º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495B1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 177 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.17 |
| HSL | 333.33º | 0.42% | 0.71% | - |
| HSV(B) | 333.33º | 0.3% | 0.83% | - |
| XYZ | 45.83 | 38.67 | 46.64 | - |
| YUV | 171.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 177 | 0 | 0.30 | 0.17 | 0.17 | 333.33 | 0.42 | 0.71 |
| Hex | D4 | 95 | B1 | 0 | 1E | 11 | 11 | 14D | 2A | 47 |
| Octal | 324 | 225 | 261 | 0 | 36 | 21 | 21 | 515 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10110001 | 0 | 11110 | 10001 | 10001 | 101001101 | 101010 | 1000111 |
Color Harmonies of #D495B1
Complementary color
Monochromatic Colors of #D495B1
Black with #D495B1
Text Example
Text Example
White with #D495B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495B1; }
p { color: rgb(212,149,177); }
H1.HeaderClassName
{
color: #D495B1;
}
.AnyTagClassName
{
color: #D495B1;
}
</style>
background-color css
<style>
a { background-color: #D495B1; }
a { background-color: rgb(212,149,177); }
div.DivClassName
{
background-color: #D495B1;
}
.BgClassName
{
background-color: #D495B1;
}
</style>
border-color css
<style>
span { border-color: #D495B1; }
span { border-color: rgb(212,149,177); }
td.TdClassName
{
border-color: #D495B1;
}
.TagClassName
{
border-color: #D495B1;
}
</style>