Shades of Kobi #D58AAF
Tints of Kobi #D58AAF
RGB
CMYK
RGB Variations
Color information
#D58AAF (or 0xD58AAF) is known color: Kobi. HEX triplet: D5, 8A and AF. RGB value is (213,138,175). Sum of RGB (Red+Green+Blue) = 213+138+175=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AAF is #2A7550. Grayscale: #A4A4A4. Windows color (decimal): -2782545 or 11504341. OLE color: 11504341.
HSL color Cylindrical-coordinate representation of color #D58AAF: hue angle of 330.4º 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 #D58AAF is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 175 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.16 |
| HSL | 330.4º | 0.47% | 0.69% | - |
| HSV(B) | 330.4º | 0.35% | 0.84% | - |
| XYZ | 44.27 | 35.42 | 45.06 | - |
| YUV | 164.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 175 | 0 | 0.35 | 0.18 | 0.16 | 330.4 | 0.47 | 0.69 |
| Hex | D5 | 8A | AF | 0 | 23 | 12 | 10 | 14A | 2F | 45 |
| Octal | 325 | 212 | 257 | 0 | 43 | 22 | 20 | 512 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10101111 | 0 | 100011 | 10010 | 10000 | 101001010 | 101111 | 1000101 |
Color Harmonies of #D58AAF
Complementary color
Monochromatic Colors of #D58AAF
Black with #D58AAF
Text Example
Text Example
White with #D58AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AAF; }
p { color: rgb(213,138,175); }
H1.HeaderClassName
{
color: #D58AAF;
}
.AnyTagClassName
{
color: #D58AAF;
}
</style>
background-color css
<style>
a { background-color: #D58AAF; }
a { background-color: rgb(213,138,175); }
div.DivClassName
{
background-color: #D58AAF;
}
.BgClassName
{
background-color: #D58AAF;
}
</style>
border-color css
<style>
span { border-color: #D58AAF; }
span { border-color: rgb(213,138,175); }
td.TdClassName
{
border-color: #D58AAF;
}
.TagClassName
{
border-color: #D58AAF;
}
</style>