Shades of Kobi #D784B0
Tints of Kobi #D784B0
RGB
CMYK
RGB Variations
Color information
#D784B0 (or 0xD784B0) is known color: Kobi. HEX triplet: D7, 84 and B0. RGB value is (215,132,176). Sum of RGB (Red+Green+Blue) = 215+132+176=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D784B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D784B0 is #287B4F. Grayscale: #A1A1A1. Windows color (decimal): -2653008 or 11568343. OLE color: 11568343.
HSL color Cylindrical-coordinate representation of color #D784B0: hue angle of 328.19º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784B0 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 176 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.16 |
| HSL | 328.19º | 0.51% | 0.68% | - |
| HSV(B) | 328.19º | 0.39% | 0.84% | - |
| XYZ | 44.11 | 34.08 | 45.33 | - |
| YUV | 161.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 176 | 0 | 0.39 | 0.18 | 0.16 | 328.19 | 0.51 | 0.68 |
| Hex | D7 | 84 | B0 | 0 | 27 | 12 | 10 | 148 | 33 | 44 |
| Octal | 327 | 204 | 260 | 0 | 47 | 22 | 20 | 510 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10110000 | 0 | 100111 | 10010 | 10000 | 101001000 | 110011 | 1000100 |
Color Harmonies of #D784B0
Complementary color
Monochromatic Colors of #D784B0
Black with #D784B0
Text Example
Text Example
White with #D784B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784B0; }
p { color: rgb(215,132,176); }
H1.HeaderClassName
{
color: #D784B0;
}
.AnyTagClassName
{
color: #D784B0;
}
</style>
background-color css
<style>
a { background-color: #D784B0; }
a { background-color: rgb(215,132,176); }
div.DivClassName
{
background-color: #D784B0;
}
.BgClassName
{
background-color: #D784B0;
}
</style>
border-color css
<style>
span { border-color: #D784B0; }
span { border-color: rgb(215,132,176); }
td.TdClassName
{
border-color: #D784B0;
}
.TagClassName
{
border-color: #D784B0;
}
</style>