Shades of Kobi #DF82B2
Tints of Kobi #DF82B2
RGB
CMYK
RGB Variations
Color information
#DF82B2 (or 0xDF82B2) is known color: Kobi. HEX triplet: DF, 82 and B2. RGB value is (223,130,178). Sum of RGB (Red+Green+Blue) = 223+130+178=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82B2 is #207D4D. Grayscale: #A3A3A3. Windows color (decimal): -2129230 or 11698911. OLE color: 11698911.
HSL color Cylindrical-coordinate representation of color #DF82B2: hue angle of 329.03º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82B2 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 178 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.13 |
| HSL | 329.03º | 0.59% | 0.69% | - |
| HSV(B) | 329.03º | 0.42% | 0.87% | - |
| XYZ | 46.45 | 34.87 | 46.4 | - |
| YUV | 163.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 178 | 0 | 0.42 | 0.20 | 0.13 | 329.03 | 0.59 | 0.69 |
| Hex | DF | 82 | B2 | 0 | 2A | 14 | D | 149 | 3B | 45 |
| Octal | 337 | 202 | 262 | 0 | 52 | 24 | 15 | 511 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10110010 | 0 | 101010 | 10100 | 1101 | 101001001 | 111011 | 1000101 |
Color Harmonies of #DF82B2
Complementary color
Monochromatic Colors of #DF82B2
Black with #DF82B2
Text Example
Text Example
White with #DF82B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82B2; }
p { color: rgb(223,130,178); }
H1.HeaderClassName
{
color: #DF82B2;
}
.AnyTagClassName
{
color: #DF82B2;
}
</style>
background-color css
<style>
a { background-color: #DF82B2; }
a { background-color: rgb(223,130,178); }
div.DivClassName
{
background-color: #DF82B2;
}
.BgClassName
{
background-color: #DF82B2;
}
</style>
border-color css
<style>
span { border-color: #DF82B2; }
span { border-color: rgb(223,130,178); }
td.TdClassName
{
border-color: #DF82B2;
}
.TagClassName
{
border-color: #DF82B2;
}
</style>