Shades of Kobi #D57EAC
Tints of Kobi #D57EAC
RGB
CMYK
RGB Variations
Color information
#D57EAC (or 0xD57EAC) is known color: Kobi. HEX triplet: D5, 7E and AC. RGB value is (213,126,172). Sum of RGB (Red+Green+Blue) = 213+126+172=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EAC is #2A8153. Grayscale: #9D9D9D. Windows color (decimal): -2785620 or 11304661. OLE color: 11304661.
HSL color Cylindrical-coordinate representation of color #D57EAC: hue angle of 328.28º 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 #D57EAC is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 172 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.16 |
| HSL | 328.28º | 0.51% | 0.66% | - |
| HSV(B) | 328.28º | 0.41% | 0.84% | - |
| XYZ | 42.35 | 32.05 | 42.98 | - |
| YUV | 157.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 172 | 0 | 0.41 | 0.19 | 0.16 | 328.28 | 0.51 | 0.66 |
| Hex | D5 | 7E | AC | 0 | 29 | 13 | 10 | 148 | 33 | 42 |
| Octal | 325 | 176 | 254 | 0 | 51 | 23 | 20 | 510 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10101100 | 0 | 101001 | 10011 | 10000 | 101001000 | 110011 | 1000010 |
Color Harmonies of #D57EAC
Complementary color
Monochromatic Colors of #D57EAC
Black with #D57EAC
Text Example
Text Example
White with #D57EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EAC; }
p { color: rgb(213,126,172); }
H1.HeaderClassName
{
color: #D57EAC;
}
.AnyTagClassName
{
color: #D57EAC;
}
</style>
background-color css
<style>
a { background-color: #D57EAC; }
a { background-color: rgb(213,126,172); }
div.DivClassName
{
background-color: #D57EAC;
}
.BgClassName
{
background-color: #D57EAC;
}
</style>
border-color css
<style>
span { border-color: #D57EAC; }
span { border-color: rgb(213,126,172); }
td.TdClassName
{
border-color: #D57EAC;
}
.TagClassName
{
border-color: #D57EAC;
}
</style>