Shades of Kobi #D58BB4
Tints of Kobi #D58BB4
RGB
CMYK
RGB Variations
Color information
#D58BB4 (or 0xD58BB4) is known color: Kobi. HEX triplet: D5, 8B and B4. RGB value is (213,139,180). Sum of RGB (Red+Green+Blue) = 213+139+180=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BB4 is #2A744B. Grayscale: #A5A5A5. Windows color (decimal): -2782284 or 11832277. OLE color: 11832277.
HSL color Cylindrical-coordinate representation of color #D58BB4: hue angle of 326.76º 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 #D58BB4 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 180 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.16 |
| HSL | 326.76º | 0.47% | 0.69% | - |
| HSV(B) | 326.76º | 0.35% | 0.84% | - |
| XYZ | 44.91 | 35.91 | 47.74 | - |
| YUV | 165.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 180 | 0 | 0.35 | 0.15 | 0.16 | 326.76 | 0.47 | 0.69 |
| Hex | D5 | 8B | B4 | 0 | 23 | F | 10 | 147 | 2F | 45 |
| Octal | 325 | 213 | 264 | 0 | 43 | 17 | 20 | 507 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10110100 | 0 | 100011 | 1111 | 10000 | 101000111 | 101111 | 1000101 |
Color Harmonies of #D58BB4
Complementary color
Monochromatic Colors of #D58BB4
Black with #D58BB4
Text Example
Text Example
White with #D58BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BB4; }
p { color: rgb(213,139,180); }
H1.HeaderClassName
{
color: #D58BB4;
}
.AnyTagClassName
{
color: #D58BB4;
}
</style>
background-color css
<style>
a { background-color: #D58BB4; }
a { background-color: rgb(213,139,180); }
div.DivClassName
{
background-color: #D58BB4;
}
.BgClassName
{
background-color: #D58BB4;
}
</style>
border-color css
<style>
span { border-color: #D58BB4; }
span { border-color: rgb(213,139,180); }
td.TdClassName
{
border-color: #D58BB4;
}
.TagClassName
{
border-color: #D58BB4;
}
</style>