Shades of Kobi #D57DAA
Tints of Kobi #D57DAA
RGB
CMYK
RGB Variations
Color information
#D57DAA (or 0xD57DAA) is known color: Kobi. HEX triplet: D5, 7D and AA. RGB value is (213,125,170). Sum of RGB (Red+Green+Blue) = 213+125+170=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DAA is #2A8255. Grayscale: #9C9C9C. Windows color (decimal): -2785878 or 11173333. OLE color: 11173333.
HSL color Cylindrical-coordinate representation of color #D57DAA: hue angle of 329.32º 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 #D57DAA is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 170 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.16 |
| HSL | 329.32º | 0.51% | 0.66% | - |
| HSV(B) | 329.32º | 0.41% | 0.84% | - |
| XYZ | 42.03 | 31.72 | 41.94 | - |
| YUV | 156.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 170 | 0 | 0.41 | 0.20 | 0.16 | 329.32 | 0.51 | 0.66 |
| Hex | D5 | 7D | AA | 0 | 29 | 14 | 10 | 149 | 33 | 42 |
| Octal | 325 | 175 | 252 | 0 | 51 | 24 | 20 | 511 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10101010 | 0 | 101001 | 10100 | 10000 | 101001001 | 110011 | 1000010 |
Color Harmonies of #D57DAA
Complementary color
Monochromatic Colors of #D57DAA
Black with #D57DAA
Text Example
Text Example
White with #D57DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DAA; }
p { color: rgb(213,125,170); }
H1.HeaderClassName
{
color: #D57DAA;
}
.AnyTagClassName
{
color: #D57DAA;
}
</style>
background-color css
<style>
a { background-color: #D57DAA; }
a { background-color: rgb(213,125,170); }
div.DivClassName
{
background-color: #D57DAA;
}
.BgClassName
{
background-color: #D57DAA;
}
</style>
border-color css
<style>
span { border-color: #D57DAA; }
span { border-color: rgb(213,125,170); }
td.TdClassName
{
border-color: #D57DAA;
}
.TagClassName
{
border-color: #D57DAA;
}
</style>