Shades of Kobi #D57CB1
Tints of Kobi #D57CB1
RGB
CMYK
RGB Variations
Color information
#D57CB1 (or 0xD57CB1) is known color: Kobi. HEX triplet: D5, 7C and B1. RGB value is (213,124,177). Sum of RGB (Red+Green+Blue) = 213+124+177=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57CB1 is #2A834E. Grayscale: #9C9C9C. Windows color (decimal): -2786127 or 11631829. OLE color: 11631829.
HSL color Cylindrical-coordinate representation of color #D57CB1: hue angle of 324.27º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57CB1 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 177 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.16 |
| HSL | 324.27º | 0.51% | 0.66% | - |
| HSV(B) | 324.27º | 0.42% | 0.84% | - |
| XYZ | 42.58 | 31.74 | 45.48 | - |
| YUV | 156.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 177 | 0 | 0.42 | 0.17 | 0.16 | 324.27 | 0.51 | 0.66 |
| Hex | D5 | 7C | B1 | 0 | 2A | 11 | 10 | 144 | 33 | 42 |
| Octal | 325 | 174 | 261 | 0 | 52 | 21 | 20 | 504 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10110001 | 0 | 101010 | 10001 | 10000 | 101000100 | 110011 | 1000010 |
Color Harmonies of #D57CB1
Complementary color
Monochromatic Colors of #D57CB1
Black with #D57CB1
Text Example
Text Example
White with #D57CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CB1; }
p { color: rgb(213,124,177); }
H1.HeaderClassName
{
color: #D57CB1;
}
.AnyTagClassName
{
color: #D57CB1;
}
</style>
background-color css
<style>
a { background-color: #D57CB1; }
a { background-color: rgb(213,124,177); }
div.DivClassName
{
background-color: #D57CB1;
}
.BgClassName
{
background-color: #D57CB1;
}
</style>
border-color css
<style>
span { border-color: #D57CB1; }
span { border-color: rgb(213,124,177); }
td.TdClassName
{
border-color: #D57CB1;
}
.TagClassName
{
border-color: #D57CB1;
}
</style>