Shades of Kobi #D598A8
Tints of Kobi #D598A8
RGB
CMYK
RGB Variations
Color information
#D598A8 (or 0xD598A8) is known color: Kobi. HEX triplet: D5, 98 and A8. RGB value is (213,152,168). Sum of RGB (Red+Green+Blue) = 213+152+168=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A8 is #2A6757. Grayscale: #ACACAC. Windows color (decimal): -2778968 or 11049173. OLE color: 11049173.
HSL color Cylindrical-coordinate representation of color #D598A8: hue angle of 344.26º 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 #D598A8 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 168 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.16 |
| HSL | 344.26º | 0.42% | 0.72% | - |
| HSV(B) | 344.26º | 0.29% | 0.84% | - |
| XYZ | 45.74 | 39.43 | 42.25 | - |
| YUV | 172.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 168 | 0 | 0.29 | 0.21 | 0.16 | 344.26 | 0.42 | 0.72 |
| Hex | D5 | 98 | A8 | 0 | 1D | 15 | 10 | 158 | 2A | 48 |
| Octal | 325 | 230 | 250 | 0 | 35 | 25 | 20 | 530 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10101000 | 0 | 11101 | 10101 | 10000 | 101011000 | 101010 | 1001000 |
Color Harmonies of #D598A8
Complementary color
Monochromatic Colors of #D598A8
Black with #D598A8
Text Example
Text Example
White with #D598A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598A8; }
p { color: rgb(213,152,168); }
H1.HeaderClassName
{
color: #D598A8;
}
.AnyTagClassName
{
color: #D598A8;
}
</style>
background-color css
<style>
a { background-color: #D598A8; }
a { background-color: rgb(213,152,168); }
div.DivClassName
{
background-color: #D598A8;
}
.BgClassName
{
background-color: #D598A8;
}
</style>
border-color css
<style>
span { border-color: #D598A8; }
span { border-color: rgb(213,152,168); }
td.TdClassName
{
border-color: #D598A8;
}
.TagClassName
{
border-color: #D598A8;
}
</style>