Shades of Kobi #D58EB3
Tints of Kobi #D58EB3
RGB
CMYK
RGB Variations
Color information
#D58EB3 (or 0xD58EB3) is known color: Kobi. HEX triplet: D5, 8E and B3. RGB value is (213,142,179). Sum of RGB (Red+Green+Blue) = 213+142+179=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EB3 is #2A714C. Grayscale: #A7A7A7. Windows color (decimal): -2781517 or 11767509. OLE color: 11767509.
HSL color Cylindrical-coordinate representation of color #D58EB3: hue angle of 328.73º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58EB3 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 179 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.16 |
| HSL | 328.73º | 0.46% | 0.7% | - |
| HSV(B) | 328.73º | 0.33% | 0.84% | - |
| XYZ | 45.25 | 36.75 | 47.36 | - |
| YUV | 167.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 179 | 0 | 0.33 | 0.16 | 0.16 | 328.73 | 0.46 | 0.7 |
| Hex | D5 | 8E | B3 | 0 | 21 | 10 | 10 | 149 | 2E | 46 |
| Octal | 325 | 216 | 263 | 0 | 41 | 20 | 20 | 511 | 56 | 106 |
| Binary | 11010101 | 10001110 | 10110011 | 0 | 100001 | 10000 | 10000 | 101001001 | 101110 | 1000110 |
Color Harmonies of #D58EB3
Complementary color
Monochromatic Colors of #D58EB3
Black with #D58EB3
Text Example
Text Example
White with #D58EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58EB3; }
p { color: rgb(213,142,179); }
H1.HeaderClassName
{
color: #D58EB3;
}
.AnyTagClassName
{
color: #D58EB3;
}
</style>
background-color css
<style>
a { background-color: #D58EB3; }
a { background-color: rgb(213,142,179); }
div.DivClassName
{
background-color: #D58EB3;
}
.BgClassName
{
background-color: #D58EB3;
}
</style>
border-color css
<style>
span { border-color: #D58EB3; }
span { border-color: rgb(213,142,179); }
td.TdClassName
{
border-color: #D58EB3;
}
.TagClassName
{
border-color: #D58EB3;
}
</style>