Shades of Kobi #D57EAB
Tints of Kobi #D57EAB
RGB
CMYK
RGB Variations
Color information
#D57EAB (or 0xD57EAB) is known color: Kobi. HEX triplet: D5, 7E and AB. RGB value is (213,126,171). Sum of RGB (Red+Green+Blue) = 213+126+171=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EAB is #2A8154. Grayscale: #9D9D9D. Windows color (decimal): -2785621 or 11239125. OLE color: 11239125.
HSL color Cylindrical-coordinate representation of color #D57EAB: hue angle of 328.97º 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 #D57EAB is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 171 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.16 |
| HSL | 328.97º | 0.51% | 0.66% | - |
| HSV(B) | 328.97º | 0.41% | 0.84% | - |
| XYZ | 42.25 | 32.01 | 42.48 | - |
| YUV | 157.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 171 | 0 | 0.41 | 0.20 | 0.16 | 328.97 | 0.51 | 0.66 |
| Hex | D5 | 7E | AB | 0 | 29 | 14 | 10 | 149 | 33 | 42 |
| Octal | 325 | 176 | 253 | 0 | 51 | 24 | 20 | 511 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10101011 | 0 | 101001 | 10100 | 10000 | 101001001 | 110011 | 1000010 |
Color Harmonies of #D57EAB
Complementary color
Monochromatic Colors of #D57EAB
Black with #D57EAB
Text Example
Text Example
White with #D57EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EAB; }
p { color: rgb(213,126,171); }
H1.HeaderClassName
{
color: #D57EAB;
}
.AnyTagClassName
{
color: #D57EAB;
}
</style>
background-color css
<style>
a { background-color: #D57EAB; }
a { background-color: rgb(213,126,171); }
div.DivClassName
{
background-color: #D57EAB;
}
.BgClassName
{
background-color: #D57EAB;
}
</style>
border-color css
<style>
span { border-color: #D57EAB; }
span { border-color: rgb(213,126,171); }
td.TdClassName
{
border-color: #D57EAB;
}
.TagClassName
{
border-color: #D57EAB;
}
</style>