Shades of Kobi #D58AA8
Tints of Kobi #D58AA8
RGB
CMYK
RGB Variations
Color information
#D58AA8 (or 0xD58AA8) is known color: Kobi. HEX triplet: D5, 8A and A8. RGB value is (213,138,168). Sum of RGB (Red+Green+Blue) = 213+138+168=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AA8 is #2A7557. Grayscale: #A3A3A3. Windows color (decimal): -2782552 or 11045589. OLE color: 11045589.
HSL color Cylindrical-coordinate representation of color #D58AA8: hue angle of 336º 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 #D58AA8 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 168 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 336º | 0.47% | 0.69% | - |
| HSV(B) | 336º | 0.35% | 0.84% | - |
| XYZ | 43.6 | 35.15 | 41.53 | - |
| YUV | 163.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 168 | 0 | 0.35 | 0.21 | 0.16 | 336 | 0.47 | 0.69 |
| Hex | D5 | 8A | A8 | 0 | 23 | 15 | 10 | 150 | 2F | 45 |
| Octal | 325 | 212 | 250 | 0 | 43 | 25 | 20 | 520 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10101000 | 0 | 100011 | 10101 | 10000 | 101010000 | 101111 | 1000101 |
Color Harmonies of #D58AA8
Complementary color
Monochromatic Colors of #D58AA8
Black with #D58AA8
Text Example
Text Example
White with #D58AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AA8; }
p { color: rgb(213,138,168); }
H1.HeaderClassName
{
color: #D58AA8;
}
.AnyTagClassName
{
color: #D58AA8;
}
</style>
background-color css
<style>
a { background-color: #D58AA8; }
a { background-color: rgb(213,138,168); }
div.DivClassName
{
background-color: #D58AA8;
}
.BgClassName
{
background-color: #D58AA8;
}
</style>
border-color css
<style>
span { border-color: #D58AA8; }
span { border-color: rgb(213,138,168); }
td.TdClassName
{
border-color: #D58AA8;
}
.TagClassName
{
border-color: #D58AA8;
}
</style>