Shades of Kobi #D594AF
Tints of Kobi #D594AF
RGB
CMYK
RGB Variations
Color information
#D594AF (or 0xD594AF) is known color: Kobi. HEX triplet: D5, 94 and AF. RGB value is (213,148,175). Sum of RGB (Red+Green+Blue) = 213+148+175=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D594AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594AF is #2A6B50. Grayscale: #AAAAAA. Windows color (decimal): -2779985 or 11506901. OLE color: 11506901.
HSL color Cylindrical-coordinate representation of color #D594AF: hue angle of 335.08º 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 #D594AF is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 175 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.16 |
| HSL | 335.08º | 0.44% | 0.71% | - |
| HSV(B) | 335.08º | 0.31% | 0.84% | - |
| XYZ | 45.77 | 38.42 | 45.56 | - |
| YUV | 170.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 175 | 0 | 0.31 | 0.18 | 0.16 | 335.08 | 0.44 | 0.71 |
| Hex | D5 | 94 | AF | 0 | 1F | 12 | 10 | 14F | 2C | 47 |
| Octal | 325 | 224 | 257 | 0 | 37 | 22 | 20 | 517 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10101111 | 0 | 11111 | 10010 | 10000 | 101001111 | 101100 | 1000111 |
Color Harmonies of #D594AF
Complementary color
Monochromatic Colors of #D594AF
Black with #D594AF
Text Example
Text Example
White with #D594AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594AF; }
p { color: rgb(213,148,175); }
H1.HeaderClassName
{
color: #D594AF;
}
.AnyTagClassName
{
color: #D594AF;
}
</style>
background-color css
<style>
a { background-color: #D594AF; }
a { background-color: rgb(213,148,175); }
div.DivClassName
{
background-color: #D594AF;
}
.BgClassName
{
background-color: #D594AF;
}
</style>
border-color css
<style>
span { border-color: #D594AF; }
span { border-color: rgb(213,148,175); }
td.TdClassName
{
border-color: #D594AF;
}
.TagClassName
{
border-color: #D594AF;
}
</style>