Shades of Kobi #D784B2
Tints of Kobi #D784B2
RGB
CMYK
RGB Variations
Color information
#D784B2 (or 0xD784B2) is known color: Kobi. HEX triplet: D7, 84 and B2. RGB value is (215,132,178). Sum of RGB (Red+Green+Blue) = 215+132+178=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D784B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D784B2 is #287B4D. Grayscale: #A1A1A1. Windows color (decimal): -2653006 or 11699415. OLE color: 11699415.
HSL color Cylindrical-coordinate representation of color #D784B2: hue angle of 326.75º 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 #D784B2 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 178 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.16 |
| HSL | 326.75º | 0.51% | 0.68% | - |
| HSV(B) | 326.75º | 0.39% | 0.84% | - |
| XYZ | 44.31 | 34.16 | 46.38 | - |
| YUV | 162.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 178 | 0 | 0.39 | 0.17 | 0.16 | 326.75 | 0.51 | 0.68 |
| Hex | D7 | 84 | B2 | 0 | 27 | 11 | 10 | 147 | 33 | 44 |
| Octal | 327 | 204 | 262 | 0 | 47 | 21 | 20 | 507 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10110010 | 0 | 100111 | 10001 | 10000 | 101000111 | 110011 | 1000100 |
Color Harmonies of #D784B2
Complementary color
Monochromatic Colors of #D784B2
Black with #D784B2
Text Example
Text Example
White with #D784B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784B2; }
p { color: rgb(215,132,178); }
H1.HeaderClassName
{
color: #D784B2;
}
.AnyTagClassName
{
color: #D784B2;
}
</style>
background-color css
<style>
a { background-color: #D784B2; }
a { background-color: rgb(215,132,178); }
div.DivClassName
{
background-color: #D784B2;
}
.BgClassName
{
background-color: #D784B2;
}
</style>
border-color css
<style>
span { border-color: #D784B2; }
span { border-color: rgb(215,132,178); }
td.TdClassName
{
border-color: #D784B2;
}
.TagClassName
{
border-color: #D784B2;
}
</style>