Shades of Kobi #DF8AB2
Tints of Kobi #DF8AB2
RGB
CMYK
RGB Variations
Color information
#DF8AB2 (or 0xDF8AB2) is known color: Kobi. HEX triplet: DF, 8A and B2. RGB value is (223,138,178). Sum of RGB (Red+Green+Blue) = 223+138+178=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AB2 is #20754D. Grayscale: #A7A7A7. Windows color (decimal): -2127182 or 11700959. OLE color: 11700959.
HSL color Cylindrical-coordinate representation of color #DF8AB2: hue angle of 331.76º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AB2 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 178 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.13 |
| HSL | 331.76º | 0.57% | 0.71% | - |
| HSV(B) | 331.76º | 0.38% | 0.87% | - |
| XYZ | 47.56 | 37.08 | 46.77 | - |
| YUV | 167.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 178 | 0 | 0.38 | 0.20 | 0.13 | 331.76 | 0.57 | 0.71 |
| Hex | DF | 8A | B2 | 0 | 26 | 14 | D | 14C | 39 | 47 |
| Octal | 337 | 212 | 262 | 0 | 46 | 24 | 15 | 514 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10110010 | 0 | 100110 | 10100 | 1101 | 101001100 | 111001 | 1000111 |
Color Harmonies of #DF8AB2
Complementary color
Monochromatic Colors of #DF8AB2
Black with #DF8AB2
Text Example
Text Example
White with #DF8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AB2; }
p { color: rgb(223,138,178); }
H1.HeaderClassName
{
color: #DF8AB2;
}
.AnyTagClassName
{
color: #DF8AB2;
}
</style>
background-color css
<style>
a { background-color: #DF8AB2; }
a { background-color: rgb(223,138,178); }
div.DivClassName
{
background-color: #DF8AB2;
}
.BgClassName
{
background-color: #DF8AB2;
}
</style>
border-color css
<style>
span { border-color: #DF8AB2; }
span { border-color: rgb(223,138,178); }
td.TdClassName
{
border-color: #DF8AB2;
}
.TagClassName
{
border-color: #DF8AB2;
}
</style>