Shades of Kobi #D58AA9
Tints of Kobi #D58AA9
RGB
CMYK
RGB Variations
Color information
#D58AA9 (or 0xD58AA9) is known color: Kobi. HEX triplet: D5, 8A and A9. RGB value is (213,138,169). Sum of RGB (Red+Green+Blue) = 213+138+169=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AA9 is #2A7556. Grayscale: #A3A3A3. Windows color (decimal): -2782551 or 11111125. OLE color: 11111125.
HSL color Cylindrical-coordinate representation of color #D58AA9: hue angle of 335.2º 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 #D58AA9 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 169 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 335.2º | 0.47% | 0.69% | - |
| HSV(B) | 335.2º | 0.35% | 0.84% | - |
| XYZ | 43.69 | 35.19 | 42.03 | - |
| YUV | 163.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 169 | 0 | 0.35 | 0.21 | 0.16 | 335.2 | 0.47 | 0.69 |
| Hex | D5 | 8A | A9 | 0 | 23 | 15 | 10 | 14F | 2F | 45 |
| Octal | 325 | 212 | 251 | 0 | 43 | 25 | 20 | 517 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10101001 | 0 | 100011 | 10101 | 10000 | 101001111 | 101111 | 1000101 |
Color Harmonies of #D58AA9
Complementary color
Monochromatic Colors of #D58AA9
Black with #D58AA9
Text Example
Text Example
White with #D58AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AA9; }
p { color: rgb(213,138,169); }
H1.HeaderClassName
{
color: #D58AA9;
}
.AnyTagClassName
{
color: #D58AA9;
}
</style>
background-color css
<style>
a { background-color: #D58AA9; }
a { background-color: rgb(213,138,169); }
div.DivClassName
{
background-color: #D58AA9;
}
.BgClassName
{
background-color: #D58AA9;
}
</style>
border-color css
<style>
span { border-color: #D58AA9; }
span { border-color: rgb(213,138,169); }
td.TdClassName
{
border-color: #D58AA9;
}
.TagClassName
{
border-color: #D58AA9;
}
</style>