Shades of Kobi #D785B0
Tints of Kobi #D785B0
RGB
CMYK
RGB Variations
Color information
#D785B0 (or 0xD785B0) is known color: Kobi. HEX triplet: D7, 85 and B0. RGB value is (215,133,176). Sum of RGB (Red+Green+Blue) = 215+133+176=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D785B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D785B0 is #287A4F. Grayscale: #A2A2A2. Windows color (decimal): -2652752 or 11568599. OLE color: 11568599.
HSL color Cylindrical-coordinate representation of color #D785B0: hue angle of 328.54º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785B0 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 176 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.16 |
| HSL | 328.54º | 0.51% | 0.68% | - |
| HSV(B) | 328.54º | 0.38% | 0.84% | - |
| XYZ | 44.25 | 34.36 | 45.37 | - |
| YUV | 162.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 176 | 0 | 0.38 | 0.18 | 0.16 | 328.54 | 0.51 | 0.68 |
| Hex | D7 | 85 | B0 | 0 | 26 | 12 | 10 | 149 | 33 | 44 |
| Octal | 327 | 205 | 260 | 0 | 46 | 22 | 20 | 511 | 63 | 104 |
| Binary | 11010111 | 10000101 | 10110000 | 0 | 100110 | 10010 | 10000 | 101001001 | 110011 | 1000100 |
Color Harmonies of #D785B0
Complementary color
Monochromatic Colors of #D785B0
Black with #D785B0
Text Example
Text Example
White with #D785B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785B0; }
p { color: rgb(215,133,176); }
H1.HeaderClassName
{
color: #D785B0;
}
.AnyTagClassName
{
color: #D785B0;
}
</style>
background-color css
<style>
a { background-color: #D785B0; }
a { background-color: rgb(215,133,176); }
div.DivClassName
{
background-color: #D785B0;
}
.BgClassName
{
background-color: #D785B0;
}
</style>
border-color css
<style>
span { border-color: #D785B0; }
span { border-color: rgb(215,133,176); }
td.TdClassName
{
border-color: #D785B0;
}
.TagClassName
{
border-color: #D785B0;
}
</style>