Shades of Kobi #D595AD
Tints of Kobi #D595AD
RGB
CMYK
RGB Variations
Color information
#D595AD (or 0xD595AD) is known color: Kobi. HEX triplet: D5, 95 and AD. RGB value is (213,149,173). Sum of RGB (Red+Green+Blue) = 213+149+173=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AD is #2A6A52. Grayscale: #AAAAAA. Windows color (decimal): -2779731 or 11376085. OLE color: 11376085.
HSL color Cylindrical-coordinate representation of color #D595AD: hue angle of 337.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595AD is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 173 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.16 |
| HSL | 337.5º | 0.43% | 0.71% | - |
| HSV(B) | 337.5º | 0.3% | 0.84% | - |
| XYZ | 45.73 | 38.66 | 44.59 | - |
| YUV | 170.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 173 | 0 | 0.30 | 0.19 | 0.16 | 337.5 | 0.43 | 0.71 |
| Hex | D5 | 95 | AD | 0 | 1E | 13 | 10 | 152 | 2B | 47 |
| Octal | 325 | 225 | 255 | 0 | 36 | 23 | 20 | 522 | 53 | 107 |
| Binary | 11010101 | 10010101 | 10101101 | 0 | 11110 | 10011 | 10000 | 101010010 | 101011 | 1000111 |
Color Harmonies of #D595AD
Complementary color
Monochromatic Colors of #D595AD
Black with #D595AD
Text Example
Text Example
White with #D595AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595AD; }
p { color: rgb(213,149,173); }
H1.HeaderClassName
{
color: #D595AD;
}
.AnyTagClassName
{
color: #D595AD;
}
</style>
background-color css
<style>
a { background-color: #D595AD; }
a { background-color: rgb(213,149,173); }
div.DivClassName
{
background-color: #D595AD;
}
.BgClassName
{
background-color: #D595AD;
}
</style>
border-color css
<style>
span { border-color: #D595AD; }
span { border-color: rgb(213,149,173); }
td.TdClassName
{
border-color: #D595AD;
}
.TagClassName
{
border-color: #D595AD;
}
</style>