Shades of Kobi #D57EB2
Tints of Kobi #D57EB2
RGB
CMYK
RGB Variations
Color information
#D57EB2 (or 0xD57EB2) is known color: Kobi. HEX triplet: D5, 7E and B2. RGB value is (213,126,178). Sum of RGB (Red+Green+Blue) = 213+126+178=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EB2 is #2A814D. Grayscale: #9D9D9D. Windows color (decimal): -2785614 or 11697877. OLE color: 11697877.
HSL color Cylindrical-coordinate representation of color #D57EB2: hue angle of 324.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57EB2 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 178 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.16 |
| HSL | 324.14º | 0.51% | 0.66% | - |
| HSV(B) | 324.14º | 0.41% | 0.84% | - |
| XYZ | 42.94 | 32.28 | 46.09 | - |
| YUV | 157.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 178 | 0 | 0.41 | 0.16 | 0.16 | 324.14 | 0.51 | 0.66 |
| Hex | D5 | 7E | B2 | 0 | 29 | 10 | 10 | 144 | 33 | 42 |
| Octal | 325 | 176 | 262 | 0 | 51 | 20 | 20 | 504 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10110010 | 0 | 101001 | 10000 | 10000 | 101000100 | 110011 | 1000010 |
Color Harmonies of #D57EB2
Complementary color
Monochromatic Colors of #D57EB2
Black with #D57EB2
Text Example
Text Example
White with #D57EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EB2; }
p { color: rgb(213,126,178); }
H1.HeaderClassName
{
color: #D57EB2;
}
.AnyTagClassName
{
color: #D57EB2;
}
</style>
background-color css
<style>
a { background-color: #D57EB2; }
a { background-color: rgb(213,126,178); }
div.DivClassName
{
background-color: #D57EB2;
}
.BgClassName
{
background-color: #D57EB2;
}
</style>
border-color css
<style>
span { border-color: #D57EB2; }
span { border-color: rgb(213,126,178); }
td.TdClassName
{
border-color: #D57EB2;
}
.TagClassName
{
border-color: #D57EB2;
}
</style>