Shades of Kobi #D57DAC
Tints of Kobi #D57DAC
RGB
CMYK
RGB Variations
Color information
#D57DAC (or 0xD57DAC) is known color: Kobi. HEX triplet: D5, 7D and AC. RGB value is (213,125,172). Sum of RGB (Red+Green+Blue) = 213+125+172=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DAC is #2A8253. Grayscale: #9C9C9C. Windows color (decimal): -2785876 or 11304405. OLE color: 11304405.
HSL color Cylindrical-coordinate representation of color #D57DAC: hue angle of 327.95º 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 #D57DAC is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 172 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.16 |
| HSL | 327.95º | 0.51% | 0.66% | - |
| HSV(B) | 327.95º | 0.41% | 0.84% | - |
| XYZ | 42.22 | 31.79 | 42.94 | - |
| YUV | 156.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 172 | 0 | 0.41 | 0.19 | 0.16 | 327.95 | 0.51 | 0.66 |
| Hex | D5 | 7D | AC | 0 | 29 | 13 | 10 | 148 | 33 | 42 |
| Octal | 325 | 175 | 254 | 0 | 51 | 23 | 20 | 510 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10101100 | 0 | 101001 | 10011 | 10000 | 101001000 | 110011 | 1000010 |
Color Harmonies of #D57DAC
Complementary color
Monochromatic Colors of #D57DAC
Black with #D57DAC
Text Example
Text Example
White with #D57DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DAC; }
p { color: rgb(213,125,172); }
H1.HeaderClassName
{
color: #D57DAC;
}
.AnyTagClassName
{
color: #D57DAC;
}
</style>
background-color css
<style>
a { background-color: #D57DAC; }
a { background-color: rgb(213,125,172); }
div.DivClassName
{
background-color: #D57DAC;
}
.BgClassName
{
background-color: #D57DAC;
}
</style>
border-color css
<style>
span { border-color: #D57DAC; }
span { border-color: rgb(213,125,172); }
td.TdClassName
{
border-color: #D57DAC;
}
.TagClassName
{
border-color: #D57DAC;
}
</style>