Shades of Kobi #D593AD
Tints of Kobi #D593AD
RGB
CMYK
RGB Variations
Color information
#D593AD (or 0xD593AD) is known color: Kobi. HEX triplet: D5, 93 and AD. RGB value is (213,147,173). Sum of RGB (Red+Green+Blue) = 213+147+173=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D593AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593AD is #2A6C52. Grayscale: #A9A9A9. Windows color (decimal): -2780243 or 11375573. OLE color: 11375573.
HSL color Cylindrical-coordinate representation of color #D593AD: hue angle of 336.36º 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 #D593AD is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 173 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.16 |
| HSL | 336.36º | 0.44% | 0.71% | - |
| HSV(B) | 336.36º | 0.31% | 0.84% | - |
| XYZ | 45.42 | 38.03 | 44.48 | - |
| YUV | 169.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 173 | 0 | 0.31 | 0.19 | 0.16 | 336.36 | 0.44 | 0.71 |
| Hex | D5 | 93 | AD | 0 | 1F | 13 | 10 | 150 | 2C | 47 |
| Octal | 325 | 223 | 255 | 0 | 37 | 23 | 20 | 520 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10101101 | 0 | 11111 | 10011 | 10000 | 101010000 | 101100 | 1000111 |
Color Harmonies of #D593AD
Complementary color
Monochromatic Colors of #D593AD
Black with #D593AD
Text Example
Text Example
White with #D593AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593AD; }
p { color: rgb(213,147,173); }
H1.HeaderClassName
{
color: #D593AD;
}
.AnyTagClassName
{
color: #D593AD;
}
</style>
background-color css
<style>
a { background-color: #D593AD; }
a { background-color: rgb(213,147,173); }
div.DivClassName
{
background-color: #D593AD;
}
.BgClassName
{
background-color: #D593AD;
}
</style>
border-color css
<style>
span { border-color: #D593AD; }
span { border-color: rgb(213,147,173); }
td.TdClassName
{
border-color: #D593AD;
}
.TagClassName
{
border-color: #D593AD;
}
</style>