Shades of Kobi #D58CB0
Tints of Kobi #D58CB0
RGB
CMYK
RGB Variations
Color information
#D58CB0 (or 0xD58CB0) is known color: Kobi. HEX triplet: D5, 8C and B0. RGB value is (213,140,176). Sum of RGB (Red+Green+Blue) = 213+140+176=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CB0 is #2A734F. Grayscale: #A5A5A5. Windows color (decimal): -2782032 or 11570389. OLE color: 11570389.
HSL color Cylindrical-coordinate representation of color #D58CB0: hue angle of 330.41º 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 #D58CB0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 176 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.16 |
| HSL | 330.41º | 0.46% | 0.69% | - |
| HSV(B) | 330.41º | 0.34% | 0.84% | - |
| XYZ | 44.66 | 36.04 | 45.68 | - |
| YUV | 165.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 176 | 0 | 0.34 | 0.17 | 0.16 | 330.41 | 0.46 | 0.69 |
| Hex | D5 | 8C | B0 | 0 | 22 | 11 | 10 | 14A | 2E | 45 |
| Octal | 325 | 214 | 260 | 0 | 42 | 21 | 20 | 512 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10110000 | 0 | 100010 | 10001 | 10000 | 101001010 | 101110 | 1000101 |
Color Harmonies of #D58CB0
Complementary color
Monochromatic Colors of #D58CB0
Black with #D58CB0
Text Example
Text Example
White with #D58CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CB0; }
p { color: rgb(213,140,176); }
H1.HeaderClassName
{
color: #D58CB0;
}
.AnyTagClassName
{
color: #D58CB0;
}
</style>
background-color css
<style>
a { background-color: #D58CB0; }
a { background-color: rgb(213,140,176); }
div.DivClassName
{
background-color: #D58CB0;
}
.BgClassName
{
background-color: #D58CB0;
}
</style>
border-color css
<style>
span { border-color: #D58CB0; }
span { border-color: rgb(213,140,176); }
td.TdClassName
{
border-color: #D58CB0;
}
.TagClassName
{
border-color: #D58CB0;
}
</style>