Shades of Kobi #D599A8
Tints of Kobi #D599A8
RGB
CMYK
RGB Variations
Color information
#D599A8 (or 0xD599A8) is known color: Kobi. HEX triplet: D5, 99 and A8. RGB value is (213,153,168). Sum of RGB (Red+Green+Blue) = 213+153+168=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D599A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599A8 is #2A6657. Grayscale: #ACACAC. Windows color (decimal): -2778712 or 11049429. OLE color: 11049429.
HSL color Cylindrical-coordinate representation of color #D599A8: hue angle of 345º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599A8 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 153 | 168 | - |
CMYK | 0 | 0.28 | 0.21 | 0.16 |
HSL | 345º | 0.42% | 0.72% | - |
HSV(B) | 345º | 0.28% | 0.84% | - |
XYZ | 45.9 | 39.76 | 42.3 | - |
YUV | 172.65 | 125.38 | 156.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 153 | 168 | 0 | 0.28 | 0.21 | 0.16 | 345 | 0.42 | 0.72 |
Hex | D5 | 99 | A8 | 0 | 1C | 15 | 10 | 159 | 2A | 48 |
Octal | 325 | 231 | 250 | 0 | 34 | 25 | 20 | 531 | 52 | 110 |
Binary | 11010101 | 10011001 | 10101000 | 0 | 11100 | 10101 | 10000 | 101011001 | 101010 | 1001000 |
Color Harmonies of #D599A8
Complementary color
Monochromatic Colors of #D599A8
Black with #D599A8
Text Example
Text Example
White with #D599A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599A8; }
p { color: rgb(213,153,168); }
H1.HeaderClassName
{
color: #D599A8;
}
.AnyTagClassName
{
color: #D599A8;
}
</style>
background-color css
<style>
a { background-color: #D599A8; }
a { background-color: rgb(213,153,168); }
div.DivClassName
{
background-color: #D599A8;
}
.BgClassName
{
background-color: #D599A8;
}
</style>
border-color css
<style>
span { border-color: #D599A8; }
span { border-color: rgb(213,153,168); }
td.TdClassName
{
border-color: #D599A8;
}
.TagClassName
{
border-color: #D599A8;
}
</style>