Shades of Kobi #D57DB1
Tints of Kobi #D57DB1
RGB
CMYK
RGB Variations
Color information
#D57DB1 (or 0xD57DB1) is known color: Kobi. HEX triplet: D5, 7D and B1. RGB value is (213,125,177). Sum of RGB (Red+Green+Blue) = 213+125+177=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DB1 is #2A824E. Grayscale: #9D9D9D. Windows color (decimal): -2785871 or 11632085. OLE color: 11632085.
HSL color Cylindrical-coordinate representation of color #D57DB1: hue angle of 324.55º 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 #D57DB1 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 177 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.16 |
| HSL | 324.55º | 0.51% | 0.66% | - |
| HSV(B) | 324.55º | 0.41% | 0.84% | - |
| XYZ | 42.71 | 31.99 | 45.52 | - |
| YUV | 157.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 177 | 0 | 0.41 | 0.17 | 0.16 | 324.55 | 0.51 | 0.66 |
| Hex | D5 | 7D | B1 | 0 | 29 | 11 | 10 | 145 | 33 | 42 |
| Octal | 325 | 175 | 261 | 0 | 51 | 21 | 20 | 505 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10110001 | 0 | 101001 | 10001 | 10000 | 101000101 | 110011 | 1000010 |
Color Harmonies of #D57DB1
Complementary color
Monochromatic Colors of #D57DB1
Black with #D57DB1
Text Example
Text Example
White with #D57DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DB1; }
p { color: rgb(213,125,177); }
H1.HeaderClassName
{
color: #D57DB1;
}
.AnyTagClassName
{
color: #D57DB1;
}
</style>
background-color css
<style>
a { background-color: #D57DB1; }
a { background-color: rgb(213,125,177); }
div.DivClassName
{
background-color: #D57DB1;
}
.BgClassName
{
background-color: #D57DB1;
}
</style>
border-color css
<style>
span { border-color: #D57DB1; }
span { border-color: rgb(213,125,177); }
td.TdClassName
{
border-color: #D57DB1;
}
.TagClassName
{
border-color: #D57DB1;
}
</style>