Shades of Kobi #D486B3
Tints of Kobi #D486B3
RGB
CMYK
RGB Variations
Color information
#D486B3 (or 0xD486B3) is known color: Kobi. HEX triplet: D4, 86 and B3. RGB value is (212,134,179). Sum of RGB (Red+Green+Blue) = 212+134+179=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D486B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486B3 is #2B794C. Grayscale: #A2A2A2. Windows color (decimal): -2849101 or 11765460. OLE color: 11765460.
HSL color Cylindrical-coordinate representation of color #D486B3: hue angle of 325.38º 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 #D486B3 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 179 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.17 |
| HSL | 325.38º | 0.48% | 0.68% | - |
| HSV(B) | 325.38º | 0.37% | 0.83% | - |
| XYZ | 43.81 | 34.3 | 46.96 | - |
| YUV | 162.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 179 | 0 | 0.37 | 0.16 | 0.17 | 325.38 | 0.48 | 0.68 |
| Hex | D4 | 86 | B3 | 0 | 25 | 10 | 11 | 145 | 30 | 44 |
| Octal | 324 | 206 | 263 | 0 | 45 | 20 | 21 | 505 | 60 | 104 |
| Binary | 11010100 | 10000110 | 10110011 | 0 | 100101 | 10000 | 10001 | 101000101 | 110000 | 1000100 |
Color Harmonies of #D486B3
Complementary color
Monochromatic Colors of #D486B3
Black with #D486B3
Text Example
Text Example
White with #D486B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486B3; }
p { color: rgb(212,134,179); }
H1.HeaderClassName
{
color: #D486B3;
}
.AnyTagClassName
{
color: #D486B3;
}
</style>
background-color css
<style>
a { background-color: #D486B3; }
a { background-color: rgb(212,134,179); }
div.DivClassName
{
background-color: #D486B3;
}
.BgClassName
{
background-color: #D486B3;
}
</style>
border-color css
<style>
span { border-color: #D486B3; }
span { border-color: rgb(212,134,179); }
td.TdClassName
{
border-color: #D486B3;
}
.TagClassName
{
border-color: #D486B3;
}
</style>