Shades of Kobi #D593AF
Tints of Kobi #D593AF
RGB
CMYK
RGB Variations
Color information
#D593AF (or 0xD593AF) is known color: Kobi. HEX triplet: D5, 93 and AF. RGB value is (213,147,175). Sum of RGB (Red+Green+Blue) = 213+147+175=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D593AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593AF is #2A6C50. Grayscale: #A9A9A9. Windows color (decimal): -2780241 or 11506645. OLE color: 11506645.
HSL color Cylindrical-coordinate representation of color #D593AF: hue angle of 334.55º 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 #D593AF is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 175 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.16 |
| HSL | 334.55º | 0.44% | 0.71% | - |
| HSV(B) | 334.55º | 0.31% | 0.84% | - |
| XYZ | 45.61 | 38.11 | 45.51 | - |
| YUV | 169.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 175 | 0 | 0.31 | 0.18 | 0.16 | 334.55 | 0.44 | 0.71 |
| Hex | D5 | 93 | AF | 0 | 1F | 12 | 10 | 14F | 2C | 47 |
| Octal | 325 | 223 | 257 | 0 | 37 | 22 | 20 | 517 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10101111 | 0 | 11111 | 10010 | 10000 | 101001111 | 101100 | 1000111 |
Color Harmonies of #D593AF
Complementary color
Monochromatic Colors of #D593AF
Black with #D593AF
Text Example
Text Example
White with #D593AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593AF; }
p { color: rgb(213,147,175); }
H1.HeaderClassName
{
color: #D593AF;
}
.AnyTagClassName
{
color: #D593AF;
}
</style>
background-color css
<style>
a { background-color: #D593AF; }
a { background-color: rgb(213,147,175); }
div.DivClassName
{
background-color: #D593AF;
}
.BgClassName
{
background-color: #D593AF;
}
</style>
border-color css
<style>
span { border-color: #D593AF; }
span { border-color: rgb(213,147,175); }
td.TdClassName
{
border-color: #D593AF;
}
.TagClassName
{
border-color: #D593AF;
}
</style>