Shades of Kobi #D58DB3
Tints of Kobi #D58DB3
RGB
CMYK
RGB Variations
Color information
#D58DB3 (or 0xD58DB3) is known color: Kobi. HEX triplet: D5, 8D and B3. RGB value is (213,141,179). Sum of RGB (Red+Green+Blue) = 213+141+179=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DB3 is #2A724C. Grayscale: #A6A6A6. Windows color (decimal): -2781773 or 11767253. OLE color: 11767253.
HSL color Cylindrical-coordinate representation of color #D58DB3: hue angle of 328.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DB3 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 179 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.16 |
| HSL | 328.33º | 0.46% | 0.69% | - |
| HSV(B) | 328.33º | 0.34% | 0.84% | - |
| XYZ | 45.1 | 36.45 | 47.31 | - |
| YUV | 166.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 179 | 0 | 0.34 | 0.16 | 0.16 | 328.33 | 0.46 | 0.69 |
| Hex | D5 | 8D | B3 | 0 | 22 | 10 | 10 | 148 | 2E | 45 |
| Octal | 325 | 215 | 263 | 0 | 42 | 20 | 20 | 510 | 56 | 105 |
| Binary | 11010101 | 10001101 | 10110011 | 0 | 100010 | 10000 | 10000 | 101001000 | 101110 | 1000101 |
Color Harmonies of #D58DB3
Complementary color
Monochromatic Colors of #D58DB3
Black with #D58DB3
Text Example
Text Example
White with #D58DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DB3; }
p { color: rgb(213,141,179); }
H1.HeaderClassName
{
color: #D58DB3;
}
.AnyTagClassName
{
color: #D58DB3;
}
</style>
background-color css
<style>
a { background-color: #D58DB3; }
a { background-color: rgb(213,141,179); }
div.DivClassName
{
background-color: #D58DB3;
}
.BgClassName
{
background-color: #D58DB3;
}
</style>
border-color css
<style>
span { border-color: #D58DB3; }
span { border-color: rgb(213,141,179); }
td.TdClassName
{
border-color: #D58DB3;
}
.TagClassName
{
border-color: #D58DB3;
}
</style>