Shades of Kobi #D598AD
Tints of Kobi #D598AD
RGB
CMYK
RGB Variations
Color information
#D598AD (or 0xD598AD) is known color: Kobi. HEX triplet: D5, 98 and AD. RGB value is (213,152,173). Sum of RGB (Red+Green+Blue) = 213+152+173=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D598AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598AD is #2A6752. Grayscale: #ACACAC. Windows color (decimal): -2778963 or 11376853. OLE color: 11376853.
HSL color Cylindrical-coordinate representation of color #D598AD: hue angle of 339.34º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598AD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 173 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.16 |
| HSL | 339.34º | 0.42% | 0.72% | - |
| HSV(B) | 339.34º | 0.29% | 0.84% | - |
| XYZ | 46.21 | 39.62 | 44.75 | - |
| YUV | 172.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 173 | 0 | 0.29 | 0.19 | 0.16 | 339.34 | 0.42 | 0.72 |
| Hex | D5 | 98 | AD | 0 | 1D | 13 | 10 | 153 | 2A | 48 |
| Octal | 325 | 230 | 255 | 0 | 35 | 23 | 20 | 523 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10101101 | 0 | 11101 | 10011 | 10000 | 101010011 | 101010 | 1001000 |
Color Harmonies of #D598AD
Complementary color
Monochromatic Colors of #D598AD
Black with #D598AD
Text Example
Text Example
White with #D598AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598AD; }
p { color: rgb(213,152,173); }
H1.HeaderClassName
{
color: #D598AD;
}
.AnyTagClassName
{
color: #D598AD;
}
</style>
background-color css
<style>
a { background-color: #D598AD; }
a { background-color: rgb(213,152,173); }
div.DivClassName
{
background-color: #D598AD;
}
.BgClassName
{
background-color: #D598AD;
}
</style>
border-color css
<style>
span { border-color: #D598AD; }
span { border-color: rgb(213,152,173); }
td.TdClassName
{
border-color: #D598AD;
}
.TagClassName
{
border-color: #D598AD;
}
</style>