Shades of Kobi #D58BAF
Tints of Kobi #D58BAF
RGB
CMYK
RGB Variations
Color information
#D58BAF (or 0xD58BAF) is known color: Kobi. HEX triplet: D5, 8B and AF. RGB value is (213,139,175). Sum of RGB (Red+Green+Blue) = 213+139+175=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BAF is #2A7450. Grayscale: #A5A5A5. Windows color (decimal): -2782289 or 11504597. OLE color: 11504597.
HSL color Cylindrical-coordinate representation of color #D58BAF: hue angle of 330.81º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58BAF is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 175 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.16 |
| HSL | 330.81º | 0.47% | 0.69% | - |
| HSV(B) | 330.81º | 0.35% | 0.84% | - |
| XYZ | 44.41 | 35.71 | 45.11 | - |
| YUV | 165.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 175 | 0 | 0.35 | 0.18 | 0.16 | 330.81 | 0.47 | 0.69 |
| Hex | D5 | 8B | AF | 0 | 23 | 12 | 10 | 14B | 2F | 45 |
| Octal | 325 | 213 | 257 | 0 | 43 | 22 | 20 | 513 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10101111 | 0 | 100011 | 10010 | 10000 | 101001011 | 101111 | 1000101 |
Color Harmonies of #D58BAF
Complementary color
Monochromatic Colors of #D58BAF
Black with #D58BAF
Text Example
Text Example
White with #D58BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BAF; }
p { color: rgb(213,139,175); }
H1.HeaderClassName
{
color: #D58BAF;
}
.AnyTagClassName
{
color: #D58BAF;
}
</style>
background-color css
<style>
a { background-color: #D58BAF; }
a { background-color: rgb(213,139,175); }
div.DivClassName
{
background-color: #D58BAF;
}
.BgClassName
{
background-color: #D58BAF;
}
</style>
border-color css
<style>
span { border-color: #D58BAF; }
span { border-color: rgb(213,139,175); }
td.TdClassName
{
border-color: #D58BAF;
}
.TagClassName
{
border-color: #D58BAF;
}
</style>