Shades of Kobi #D57FAB
Tints of Kobi #D57FAB
RGB
CMYK
RGB Variations
Color information
#D57FAB (or 0xD57FAB) is known color: Kobi. HEX triplet: D5, 7F and AB. RGB value is (213,127,171). Sum of RGB (Red+Green+Blue) = 213+127+171=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57FAB is #2A8054. Grayscale: #9D9D9D. Windows color (decimal): -2785365 or 11239381. OLE color: 11239381.
HSL color Cylindrical-coordinate representation of color #D57FAB: hue angle of 329.3º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FAB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 171 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.16 |
| HSL | 329.3º | 0.51% | 0.67% | - |
| HSV(B) | 329.3º | 0.4% | 0.84% | - |
| XYZ | 42.38 | 32.27 | 42.52 | - |
| YUV | 157.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 171 | 0 | 0.40 | 0.20 | 0.16 | 329.3 | 0.51 | 0.67 |
| Hex | D5 | 7F | AB | 0 | 28 | 14 | 10 | 149 | 33 | 43 |
| Octal | 325 | 177 | 253 | 0 | 50 | 24 | 20 | 511 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10101011 | 0 | 101000 | 10100 | 10000 | 101001001 | 110011 | 1000011 |
Color Harmonies of #D57FAB
Complementary color
Monochromatic Colors of #D57FAB
Black with #D57FAB
Text Example
Text Example
White with #D57FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FAB; }
p { color: rgb(213,127,171); }
H1.HeaderClassName
{
color: #D57FAB;
}
.AnyTagClassName
{
color: #D57FAB;
}
</style>
background-color css
<style>
a { background-color: #D57FAB; }
a { background-color: rgb(213,127,171); }
div.DivClassName
{
background-color: #D57FAB;
}
.BgClassName
{
background-color: #D57FAB;
}
</style>
border-color css
<style>
span { border-color: #D57FAB; }
span { border-color: rgb(213,127,171); }
td.TdClassName
{
border-color: #D57FAB;
}
.TagClassName
{
border-color: #D57FAB;
}
</style>