Shades of Kobi #D58AB1
Tints of Kobi #D58AB1
RGB
CMYK
RGB Variations
Color information
#D58AB1 (or 0xD58AB1) is known color: Kobi. HEX triplet: D5, 8A and B1. RGB value is (213,138,177). Sum of RGB (Red+Green+Blue) = 213+138+177=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AB1 is #2A754E. Grayscale: #A4A4A4. Windows color (decimal): -2782543 or 11635413. OLE color: 11635413.
HSL color Cylindrical-coordinate representation of color #D58AB1: hue angle of 328.8º 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 #D58AB1 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 177 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.16 |
| HSL | 328.8º | 0.47% | 0.69% | - |
| HSV(B) | 328.8º | 0.35% | 0.84% | - |
| XYZ | 44.46 | 35.5 | 46.1 | - |
| YUV | 164.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 177 | 0 | 0.35 | 0.17 | 0.16 | 328.8 | 0.47 | 0.69 |
| Hex | D5 | 8A | B1 | 0 | 23 | 11 | 10 | 149 | 2F | 45 |
| Octal | 325 | 212 | 261 | 0 | 43 | 21 | 20 | 511 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10110001 | 0 | 100011 | 10001 | 10000 | 101001001 | 101111 | 1000101 |
Color Harmonies of #D58AB1
Complementary color
Monochromatic Colors of #D58AB1
Black with #D58AB1
Text Example
Text Example
White with #D58AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AB1; }
p { color: rgb(213,138,177); }
H1.HeaderClassName
{
color: #D58AB1;
}
.AnyTagClassName
{
color: #D58AB1;
}
</style>
background-color css
<style>
a { background-color: #D58AB1; }
a { background-color: rgb(213,138,177); }
div.DivClassName
{
background-color: #D58AB1;
}
.BgClassName
{
background-color: #D58AB1;
}
</style>
border-color css
<style>
span { border-color: #D58AB1; }
span { border-color: rgb(213,138,177); }
td.TdClassName
{
border-color: #D58AB1;
}
.TagClassName
{
border-color: #D58AB1;
}
</style>