Shades of Kobi #D57FAA
Tints of Kobi #D57FAA
RGB
CMYK
RGB Variations
Color information
#D57FAA (or 0xD57FAA) is known color: Kobi. HEX triplet: D5, 7F and AA. RGB value is (213,127,170). Sum of RGB (Red+Green+Blue) = 213+127+170=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57FAA is #2A8055. Grayscale: #9D9D9D. Windows color (decimal): -2785366 or 11173845. OLE color: 11173845.
HSL color Cylindrical-coordinate representation of color #D57FAA: hue angle of 330º 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 #D57FAA is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 170 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.16 |
| HSL | 330º | 0.51% | 0.67% | - |
| HSV(B) | 330º | 0.4% | 0.84% | - |
| XYZ | 42.29 | 32.23 | 42.02 | - |
| YUV | 157.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 170 | 0 | 0.40 | 0.20 | 0.16 | 330 | 0.51 | 0.67 |
| Hex | D5 | 7F | AA | 0 | 28 | 14 | 10 | 14A | 33 | 43 |
| Octal | 325 | 177 | 252 | 0 | 50 | 24 | 20 | 512 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10101010 | 0 | 101000 | 10100 | 10000 | 101001010 | 110011 | 1000011 |
Color Harmonies of #D57FAA
Complementary color
Monochromatic Colors of #D57FAA
Black with #D57FAA
Text Example
Text Example
White with #D57FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FAA; }
p { color: rgb(213,127,170); }
H1.HeaderClassName
{
color: #D57FAA;
}
.AnyTagClassName
{
color: #D57FAA;
}
</style>
background-color css
<style>
a { background-color: #D57FAA; }
a { background-color: rgb(213,127,170); }
div.DivClassName
{
background-color: #D57FAA;
}
.BgClassName
{
background-color: #D57FAA;
}
</style>
border-color css
<style>
span { border-color: #D57FAA; }
span { border-color: rgb(213,127,170); }
td.TdClassName
{
border-color: #D57FAA;
}
.TagClassName
{
border-color: #D57FAA;
}
</style>