Shades of Kobi #D594A8
Tints of Kobi #D594A8
RGB
CMYK
RGB Variations
Color information
#D594A8 (or 0xD594A8) is known color: Kobi. HEX triplet: D5, 94 and A8. RGB value is (213,148,168). Sum of RGB (Red+Green+Blue) = 213+148+168=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D594A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594A8 is #2A6B57. Grayscale: #A9A9A9. Windows color (decimal): -2779992 or 11048149. OLE color: 11048149.
HSL color Cylindrical-coordinate representation of color #D594A8: hue angle of 341.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594A8 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 168 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.16 |
| HSL | 341.54º | 0.44% | 0.71% | - |
| HSV(B) | 341.54º | 0.31% | 0.84% | - |
| XYZ | 45.1 | 38.15 | 42.03 | - |
| YUV | 169.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 168 | 0 | 0.31 | 0.21 | 0.16 | 341.54 | 0.44 | 0.71 |
| Hex | D5 | 94 | A8 | 0 | 1F | 15 | 10 | 156 | 2C | 47 |
| Octal | 325 | 224 | 250 | 0 | 37 | 25 | 20 | 526 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10101000 | 0 | 11111 | 10101 | 10000 | 101010110 | 101100 | 1000111 |
Color Harmonies of #D594A8
Complementary color
Monochromatic Colors of #D594A8
Black with #D594A8
Text Example
Text Example
White with #D594A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594A8; }
p { color: rgb(213,148,168); }
H1.HeaderClassName
{
color: #D594A8;
}
.AnyTagClassName
{
color: #D594A8;
}
</style>
background-color css
<style>
a { background-color: #D594A8; }
a { background-color: rgb(213,148,168); }
div.DivClassName
{
background-color: #D594A8;
}
.BgClassName
{
background-color: #D594A8;
}
</style>
border-color css
<style>
span { border-color: #D594A8; }
span { border-color: rgb(213,148,168); }
td.TdClassName
{
border-color: #D594A8;
}
.TagClassName
{
border-color: #D594A8;
}
</style>