Shades of Kobi #DF84B3
Tints of Kobi #DF84B3
RGB
CMYK
RGB Variations
Color information
#DF84B3 (or 0xDF84B3) is known color: Kobi. HEX triplet: DF, 84 and B3. RGB value is (223,132,179). Sum of RGB (Red+Green+Blue) = 223+132+179=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84B3 is #207B4C. Grayscale: #A4A4A4. Windows color (decimal): -2128717 or 11764959. OLE color: 11764959.
HSL color Cylindrical-coordinate representation of color #DF84B3: hue angle of 329.01º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84B3 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 179 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.13 |
| HSL | 329.01º | 0.59% | 0.7% | - |
| HSV(B) | 329.01º | 0.41% | 0.87% | - |
| XYZ | 46.82 | 35.45 | 47.02 | - |
| YUV | 164.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 179 | 0 | 0.41 | 0.20 | 0.13 | 329.01 | 0.59 | 0.7 |
| Hex | DF | 84 | B3 | 0 | 29 | 14 | D | 149 | 3B | 46 |
| Octal | 337 | 204 | 263 | 0 | 51 | 24 | 15 | 511 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10110011 | 0 | 101001 | 10100 | 1101 | 101001001 | 111011 | 1000110 |
Color Harmonies of #DF84B3
Complementary color
Monochromatic Colors of #DF84B3
Black with #DF84B3
Text Example
Text Example
White with #DF84B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84B3; }
p { color: rgb(223,132,179); }
H1.HeaderClassName
{
color: #DF84B3;
}
.AnyTagClassName
{
color: #DF84B3;
}
</style>
background-color css
<style>
a { background-color: #DF84B3; }
a { background-color: rgb(223,132,179); }
div.DivClassName
{
background-color: #DF84B3;
}
.BgClassName
{
background-color: #DF84B3;
}
</style>
border-color css
<style>
span { border-color: #DF84B3; }
span { border-color: rgb(223,132,179); }
td.TdClassName
{
border-color: #DF84B3;
}
.TagClassName
{
border-color: #DF84B3;
}
</style>