Shades of Kobi #D58AAD
Tints of Kobi #D58AAD
RGB
CMYK
RGB Variations
Color information
#D58AAD (or 0xD58AAD) is known color: Kobi. HEX triplet: D5, 8A and AD. RGB value is (213,138,173). Sum of RGB (Red+Green+Blue) = 213+138+173=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AAD is #2A7552. Grayscale: #A4A4A4. Windows color (decimal): -2782547 or 11373269. OLE color: 11373269.
HSL color Cylindrical-coordinate representation of color #D58AAD: hue angle of 332º 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 #D58AAD is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 173 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.16 |
| HSL | 332º | 0.47% | 0.69% | - |
| HSV(B) | 332º | 0.35% | 0.84% | - |
| XYZ | 44.07 | 35.34 | 44.03 | - |
| YUV | 164.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 173 | 0 | 0.35 | 0.19 | 0.16 | 332 | 0.47 | 0.69 |
| Hex | D5 | 8A | AD | 0 | 23 | 13 | 10 | 14C | 2F | 45 |
| Octal | 325 | 212 | 255 | 0 | 43 | 23 | 20 | 514 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10101101 | 0 | 100011 | 10011 | 10000 | 101001100 | 101111 | 1000101 |
Color Harmonies of #D58AAD
Complementary color
Monochromatic Colors of #D58AAD
Black with #D58AAD
Text Example
Text Example
White with #D58AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AAD; }
p { color: rgb(213,138,173); }
H1.HeaderClassName
{
color: #D58AAD;
}
.AnyTagClassName
{
color: #D58AAD;
}
</style>
background-color css
<style>
a { background-color: #D58AAD; }
a { background-color: rgb(213,138,173); }
div.DivClassName
{
background-color: #D58AAD;
}
.BgClassName
{
background-color: #D58AAD;
}
</style>
border-color css
<style>
span { border-color: #D58AAD; }
span { border-color: rgb(213,138,173); }
td.TdClassName
{
border-color: #D58AAD;
}
.TagClassName
{
border-color: #D58AAD;
}
</style>