Shades of Kobi #D57FB3
Tints of Kobi #D57FB3
RGB
CMYK
RGB Variations
Color information
#D57FB3 (or 0xD57FB3) is known color: Kobi. HEX triplet: D5, 7F and B3. RGB value is (213,127,179). Sum of RGB (Red+Green+Blue) = 213+127+179=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FB3 is #2A804C. Grayscale: #9E9E9E. Windows color (decimal): -2785357 or 11763669. OLE color: 11763669.
HSL color Cylindrical-coordinate representation of color #D57FB3: hue angle of 323.72º 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 #D57FB3 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 179 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.16 |
| HSL | 323.72º | 0.51% | 0.67% | - |
| HSV(B) | 323.72º | 0.4% | 0.84% | - |
| XYZ | 43.17 | 32.58 | 46.66 | - |
| YUV | 158.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 179 | 0 | 0.40 | 0.16 | 0.16 | 323.72 | 0.51 | 0.67 |
| Hex | D5 | 7F | B3 | 0 | 28 | 10 | 10 | 144 | 33 | 43 |
| Octal | 325 | 177 | 263 | 0 | 50 | 20 | 20 | 504 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10110011 | 0 | 101000 | 10000 | 10000 | 101000100 | 110011 | 1000011 |
Color Harmonies of #D57FB3
Complementary color
Monochromatic Colors of #D57FB3
Black with #D57FB3
Text Example
Text Example
White with #D57FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FB3; }
p { color: rgb(213,127,179); }
H1.HeaderClassName
{
color: #D57FB3;
}
.AnyTagClassName
{
color: #D57FB3;
}
</style>
background-color css
<style>
a { background-color: #D57FB3; }
a { background-color: rgb(213,127,179); }
div.DivClassName
{
background-color: #D57FB3;
}
.BgClassName
{
background-color: #D57FB3;
}
</style>
border-color css
<style>
span { border-color: #D57FB3; }
span { border-color: rgb(213,127,179); }
td.TdClassName
{
border-color: #D57FB3;
}
.TagClassName
{
border-color: #D57FB3;
}
</style>