Shades of Kobi #D486B0
Tints of Kobi #D486B0
RGB
CMYK
RGB Variations
Color information
#D486B0 (or 0xD486B0) is known color: Kobi. HEX triplet: D4, 86 and B0. RGB value is (212,134,176). Sum of RGB (Red+Green+Blue) = 212+134+176=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D486B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D486B0 is #2B794F. Grayscale: #A2A2A2. Windows color (decimal): -2849104 or 11568852. OLE color: 11568852.
HSL color Cylindrical-coordinate representation of color #D486B0: hue angle of 327.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486B0 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 176 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.17 |
| HSL | 327.69º | 0.48% | 0.68% | - |
| HSV(B) | 327.69º | 0.37% | 0.83% | - |
| XYZ | 43.51 | 34.18 | 45.38 | - |
| YUV | 162.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 176 | 0 | 0.37 | 0.17 | 0.17 | 327.69 | 0.48 | 0.68 |
| Hex | D4 | 86 | B0 | 0 | 25 | 11 | 11 | 148 | 30 | 44 |
| Octal | 324 | 206 | 260 | 0 | 45 | 21 | 21 | 510 | 60 | 104 |
| Binary | 11010100 | 10000110 | 10110000 | 0 | 100101 | 10001 | 10001 | 101001000 | 110000 | 1000100 |
Color Harmonies of #D486B0
Complementary color
Monochromatic Colors of #D486B0
Black with #D486B0
Text Example
Text Example
White with #D486B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486B0; }
p { color: rgb(212,134,176); }
H1.HeaderClassName
{
color: #D486B0;
}
.AnyTagClassName
{
color: #D486B0;
}
</style>
background-color css
<style>
a { background-color: #D486B0; }
a { background-color: rgb(212,134,176); }
div.DivClassName
{
background-color: #D486B0;
}
.BgClassName
{
background-color: #D486B0;
}
</style>
border-color css
<style>
span { border-color: #D486B0; }
span { border-color: rgb(212,134,176); }
td.TdClassName
{
border-color: #D486B0;
}
.TagClassName
{
border-color: #D486B0;
}
</style>