Shades of Kobi #D57EAE
Tints of Kobi #D57EAE
RGB
CMYK
RGB Variations
Color information
#D57EAE (or 0xD57EAE) is known color: Kobi. HEX triplet: D5, 7E and AE. RGB value is (213,126,174). Sum of RGB (Red+Green+Blue) = 213+126+174=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EAE is #2A8151. Grayscale: #9D9D9D. Windows color (decimal): -2785618 or 11435733. OLE color: 11435733.
HSL color Cylindrical-coordinate representation of color #D57EAE: hue angle of 326.9º 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 #D57EAE is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 174 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.16 |
| HSL | 326.9º | 0.51% | 0.66% | - |
| HSV(B) | 326.9º | 0.41% | 0.84% | - |
| XYZ | 42.54 | 32.12 | 44 | - |
| YUV | 157.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 174 | 0 | 0.41 | 0.18 | 0.16 | 326.9 | 0.51 | 0.66 |
| Hex | D5 | 7E | AE | 0 | 29 | 12 | 10 | 147 | 33 | 42 |
| Octal | 325 | 176 | 256 | 0 | 51 | 22 | 20 | 507 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10101110 | 0 | 101001 | 10010 | 10000 | 101000111 | 110011 | 1000010 |
Color Harmonies of #D57EAE
Complementary color
Monochromatic Colors of #D57EAE
Black with #D57EAE
Text Example
Text Example
White with #D57EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EAE; }
p { color: rgb(213,126,174); }
H1.HeaderClassName
{
color: #D57EAE;
}
.AnyTagClassName
{
color: #D57EAE;
}
</style>
background-color css
<style>
a { background-color: #D57EAE; }
a { background-color: rgb(213,126,174); }
div.DivClassName
{
background-color: #D57EAE;
}
.BgClassName
{
background-color: #D57EAE;
}
</style>
border-color css
<style>
span { border-color: #D57EAE; }
span { border-color: rgb(213,126,174); }
td.TdClassName
{
border-color: #D57EAE;
}
.TagClassName
{
border-color: #D57EAE;
}
</style>