Shades of Kobi #D58CB2
Tints of Kobi #D58CB2
RGB
CMYK
RGB Variations
Color information
#D58CB2 (or 0xD58CB2) is known color: Kobi. HEX triplet: D5, 8C and B2. RGB value is (213,140,178). Sum of RGB (Red+Green+Blue) = 213+140+178=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CB2 is #2A734D. Grayscale: #A6A6A6. Windows color (decimal): -2782030 or 11701461. OLE color: 11701461.
HSL color Cylindrical-coordinate representation of color #D58CB2: hue angle of 328.77º 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 #D58CB2 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 178 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.16 |
| HSL | 328.77º | 0.46% | 0.69% | - |
| HSV(B) | 328.77º | 0.34% | 0.84% | - |
| XYZ | 44.85 | 36.12 | 46.73 | - |
| YUV | 166.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 178 | 0 | 0.34 | 0.16 | 0.16 | 328.77 | 0.46 | 0.69 |
| Hex | D5 | 8C | B2 | 0 | 22 | 10 | 10 | 149 | 2E | 45 |
| Octal | 325 | 214 | 262 | 0 | 42 | 20 | 20 | 511 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10110010 | 0 | 100010 | 10000 | 10000 | 101001001 | 101110 | 1000101 |
Color Harmonies of #D58CB2
Complementary color
Monochromatic Colors of #D58CB2
Black with #D58CB2
Text Example
Text Example
White with #D58CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CB2; }
p { color: rgb(213,140,178); }
H1.HeaderClassName
{
color: #D58CB2;
}
.AnyTagClassName
{
color: #D58CB2;
}
</style>
background-color css
<style>
a { background-color: #D58CB2; }
a { background-color: rgb(213,140,178); }
div.DivClassName
{
background-color: #D58CB2;
}
.BgClassName
{
background-color: #D58CB2;
}
</style>
border-color css
<style>
span { border-color: #D58CB2; }
span { border-color: rgb(213,140,178); }
td.TdClassName
{
border-color: #D58CB2;
}
.TagClassName
{
border-color: #D58CB2;
}
</style>