Shades of Kobi #D57FAC
Tints of Kobi #D57FAC
RGB
CMYK
RGB Variations
Color information
#D57FAC (or 0xD57FAC) is known color: Kobi. HEX triplet: D5, 7F and AC. RGB value is (213,127,172). Sum of RGB (Red+Green+Blue) = 213+127+172=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57FAC is #2A8053. Grayscale: #9D9D9D. Windows color (decimal): -2785364 or 11304917. OLE color: 11304917.
HSL color Cylindrical-coordinate representation of color #D57FAC: hue angle of 328.6º 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 #D57FAC is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 172 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.16 |
| HSL | 328.6º | 0.51% | 0.67% | - |
| HSV(B) | 328.6º | 0.4% | 0.84% | - |
| XYZ | 42.48 | 32.3 | 43.03 | - |
| YUV | 157.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 172 | 0 | 0.40 | 0.19 | 0.16 | 328.6 | 0.51 | 0.67 |
| Hex | D5 | 7F | AC | 0 | 28 | 13 | 10 | 149 | 33 | 43 |
| Octal | 325 | 177 | 254 | 0 | 50 | 23 | 20 | 511 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10101100 | 0 | 101000 | 10011 | 10000 | 101001001 | 110011 | 1000011 |
Color Harmonies of #D57FAC
Complementary color
Monochromatic Colors of #D57FAC
Black with #D57FAC
Text Example
Text Example
White with #D57FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FAC; }
p { color: rgb(213,127,172); }
H1.HeaderClassName
{
color: #D57FAC;
}
.AnyTagClassName
{
color: #D57FAC;
}
</style>
background-color css
<style>
a { background-color: #D57FAC; }
a { background-color: rgb(213,127,172); }
div.DivClassName
{
background-color: #D57FAC;
}
.BgClassName
{
background-color: #D57FAC;
}
</style>
border-color css
<style>
span { border-color: #D57FAC; }
span { border-color: rgb(213,127,172); }
td.TdClassName
{
border-color: #D57FAC;
}
.TagClassName
{
border-color: #D57FAC;
}
</style>