Shades of Kobi #DF86B4
Tints of Kobi #DF86B4
RGB
CMYK
RGB Variations
Color information
#DF86B4 (or 0xDF86B4) is known color: Kobi. HEX triplet: DF, 86 and B4. RGB value is (223,134,180). Sum of RGB (Red+Green+Blue) = 223+134+180=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86B4 is #20794B. Grayscale: #A5A5A5. Windows color (decimal): -2128204 or 11831007. OLE color: 11831007.
HSL color Cylindrical-coordinate representation of color #DF86B4: hue angle of 328.99º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86B4 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 180 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.13 |
| HSL | 328.99º | 0.58% | 0.7% | - |
| HSV(B) | 328.99º | 0.4% | 0.87% | - |
| XYZ | 47.19 | 36.03 | 47.65 | - |
| YUV | 165.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 180 | 0 | 0.40 | 0.19 | 0.13 | 328.99 | 0.58 | 0.7 |
| Hex | DF | 86 | B4 | 0 | 28 | 13 | D | 149 | 3A | 46 |
| Octal | 337 | 206 | 264 | 0 | 50 | 23 | 15 | 511 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10110100 | 0 | 101000 | 10011 | 1101 | 101001001 | 111010 | 1000110 |
Color Harmonies of #DF86B4
Complementary color
Monochromatic Colors of #DF86B4
Black with #DF86B4
Text Example
Text Example
White with #DF86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86B4; }
p { color: rgb(223,134,180); }
H1.HeaderClassName
{
color: #DF86B4;
}
.AnyTagClassName
{
color: #DF86B4;
}
</style>
background-color css
<style>
a { background-color: #DF86B4; }
a { background-color: rgb(223,134,180); }
div.DivClassName
{
background-color: #DF86B4;
}
.BgClassName
{
background-color: #DF86B4;
}
</style>
border-color css
<style>
span { border-color: #DF86B4; }
span { border-color: rgb(223,134,180); }
td.TdClassName
{
border-color: #DF86B4;
}
.TagClassName
{
border-color: #DF86B4;
}
</style>