Shades of Kobi #D596A8
Tints of Kobi #D596A8
RGB
CMYK
RGB Variations
Color information
#D596A8 (or 0xD596A8) is known color: Kobi. HEX triplet: D5, 96 and A8. RGB value is (213,150,168). Sum of RGB (Red+Green+Blue) = 213+150+168=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A8 is #2A6957. Grayscale: #AAAAAA. Windows color (decimal): -2779480 or 11048661. OLE color: 11048661.
HSL color Cylindrical-coordinate representation of color #D596A8: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596A8 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 168 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.16 |
| HSL | 342.86º | 0.43% | 0.71% | - |
| HSV(B) | 342.86º | 0.3% | 0.84% | - |
| XYZ | 45.41 | 38.79 | 42.14 | - |
| YUV | 170.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 168 | 0 | 0.30 | 0.21 | 0.16 | 342.86 | 0.43 | 0.71 |
| Hex | D5 | 96 | A8 | 0 | 1E | 15 | 10 | 157 | 2B | 47 |
| Octal | 325 | 226 | 250 | 0 | 36 | 25 | 20 | 527 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10101000 | 0 | 11110 | 10101 | 10000 | 101010111 | 101011 | 1000111 |
Color Harmonies of #D596A8
Complementary color
Monochromatic Colors of #D596A8
Black with #D596A8
Text Example
Text Example
White with #D596A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596A8; }
p { color: rgb(213,150,168); }
H1.HeaderClassName
{
color: #D596A8;
}
.AnyTagClassName
{
color: #D596A8;
}
</style>
background-color css
<style>
a { background-color: #D596A8; }
a { background-color: rgb(213,150,168); }
div.DivClassName
{
background-color: #D596A8;
}
.BgClassName
{
background-color: #D596A8;
}
</style>
border-color css
<style>
span { border-color: #D596A8; }
span { border-color: rgb(213,150,168); }
td.TdClassName
{
border-color: #D596A8;
}
.TagClassName
{
border-color: #D596A8;
}
</style>