Shades of Kobi #D784B3
Tints of Kobi #D784B3
RGB
CMYK
RGB Variations
Color information
#D784B3 (or 0xD784B3) is known color: Kobi. HEX triplet: D7, 84 and B3. RGB value is (215,132,179). Sum of RGB (Red+Green+Blue) = 215+132+179=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D784B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784B3 is #287B4C. Grayscale: #A2A2A2. Windows color (decimal): -2653005 or 11764951. OLE color: 11764951.
HSL color Cylindrical-coordinate representation of color #D784B3: hue angle of 326.02º 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 #D784B3 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 179 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.16 |
| HSL | 326.02º | 0.51% | 0.68% | - |
| HSV(B) | 326.02º | 0.39% | 0.84% | - |
| XYZ | 44.41 | 34.2 | 46.91 | - |
| YUV | 162.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 179 | 0 | 0.39 | 0.17 | 0.16 | 326.02 | 0.51 | 0.68 |
| Hex | D7 | 84 | B3 | 0 | 27 | 11 | 10 | 146 | 33 | 44 |
| Octal | 327 | 204 | 263 | 0 | 47 | 21 | 20 | 506 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10110011 | 0 | 100111 | 10001 | 10000 | 101000110 | 110011 | 1000100 |
Color Harmonies of #D784B3
Complementary color
Monochromatic Colors of #D784B3
Black with #D784B3
Text Example
Text Example
White with #D784B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784B3; }
p { color: rgb(215,132,179); }
H1.HeaderClassName
{
color: #D784B3;
}
.AnyTagClassName
{
color: #D784B3;
}
</style>
background-color css
<style>
a { background-color: #D784B3; }
a { background-color: rgb(215,132,179); }
div.DivClassName
{
background-color: #D784B3;
}
.BgClassName
{
background-color: #D784B3;
}
</style>
border-color css
<style>
span { border-color: #D784B3; }
span { border-color: rgb(215,132,179); }
td.TdClassName
{
border-color: #D784B3;
}
.TagClassName
{
border-color: #D784B3;
}
</style>