Shades of Kobi #D784AC
Tints of Kobi #D784AC
RGB
CMYK
RGB Variations
Color information
#D784AC (or 0xD784AC) is known color: Kobi. HEX triplet: D7, 84 and AC. RGB value is (215,132,172). Sum of RGB (Red+Green+Blue) = 215+132+172=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D784AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D784AC is #287B53. Grayscale: #A1A1A1. Windows color (decimal): -2653012 or 11306199. OLE color: 11306199.
HSL color Cylindrical-coordinate representation of color #D784AC: hue angle of 331.08º 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 #D784AC is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 172 | - |
| CMYK | 0 | 0.39 | 0.2 | 0.16 |
| HSL | 331.08º | 0.51% | 0.68% | - |
| HSV(B) | 331.08º | 0.39% | 0.84% | - |
| XYZ | 43.72 | 33.93 | 43.27 | - |
| YUV | 161.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 172 | 0 | 0.39 | 0.2 | 0.16 | 331.08 | 0.51 | 0.68 |
| Hex | D7 | 84 | AC | 0 | 27 | 14 | 10 | 14B | 33 | 44 |
| Octal | 327 | 204 | 254 | 0 | 47 | 24 | 20 | 513 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10101100 | 0 | 100111 | 10100 | 10000 | 101001011 | 110011 | 1000100 |
Color Harmonies of #D784AC
Complementary color
Monochromatic Colors of #D784AC
Black with #D784AC
Text Example
Text Example
White with #D784AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784AC; }
p { color: rgb(215,132,172); }
H1.HeaderClassName
{
color: #D784AC;
}
.AnyTagClassName
{
color: #D784AC;
}
</style>
background-color css
<style>
a { background-color: #D784AC; }
a { background-color: rgb(215,132,172); }
div.DivClassName
{
background-color: #D784AC;
}
.BgClassName
{
background-color: #D784AC;
}
</style>
border-color css
<style>
span { border-color: #D784AC; }
span { border-color: rgb(215,132,172); }
td.TdClassName
{
border-color: #D784AC;
}
.TagClassName
{
border-color: #D784AC;
}
</style>