Shades of Kobi #D58FAF
Tints of Kobi #D58FAF
RGB
CMYK
RGB Variations
Color information
#D58FAF (or 0xD58FAF) is known color: Kobi. HEX triplet: D5, 8F and AF. RGB value is (213,143,175). Sum of RGB (Red+Green+Blue) = 213+143+175=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58FAF is #2A7050. Grayscale: #A7A7A7. Windows color (decimal): -2781265 or 11505621. OLE color: 11505621.
HSL color Cylindrical-coordinate representation of color #D58FAF: hue angle of 332.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58FAF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 175 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.16 |
| HSL | 332.57º | 0.45% | 0.7% | - |
| HSV(B) | 332.57º | 0.33% | 0.84% | - |
| XYZ | 45 | 36.89 | 45.31 | - |
| YUV | 167.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 175 | 0 | 0.33 | 0.18 | 0.16 | 332.57 | 0.45 | 0.7 |
| Hex | D5 | 8F | AF | 0 | 21 | 12 | 10 | 14D | 2D | 46 |
| Octal | 325 | 217 | 257 | 0 | 41 | 22 | 20 | 515 | 55 | 106 |
| Binary | 11010101 | 10001111 | 10101111 | 0 | 100001 | 10010 | 10000 | 101001101 | 101101 | 1000110 |
Color Harmonies of #D58FAF
Complementary color
Monochromatic Colors of #D58FAF
Black with #D58FAF
Text Example
Text Example
White with #D58FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FAF; }
p { color: rgb(213,143,175); }
H1.HeaderClassName
{
color: #D58FAF;
}
.AnyTagClassName
{
color: #D58FAF;
}
</style>
background-color css
<style>
a { background-color: #D58FAF; }
a { background-color: rgb(213,143,175); }
div.DivClassName
{
background-color: #D58FAF;
}
.BgClassName
{
background-color: #D58FAF;
}
</style>
border-color css
<style>
span { border-color: #D58FAF; }
span { border-color: rgb(213,143,175); }
td.TdClassName
{
border-color: #D58FAF;
}
.TagClassName
{
border-color: #D58FAF;
}
</style>