Shades of Kobi #DF8BB4
Tints of Kobi #DF8BB4
RGB
CMYK
RGB Variations
Color information
#DF8BB4 (or 0xDF8BB4) is known color: Kobi. HEX triplet: DF, 8B and B4. RGB value is (223,139,180). Sum of RGB (Red+Green+Blue) = 223+139+180=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BB4 is #20744B. Grayscale: #A8A8A8. Windows color (decimal): -2126924 or 11832287. OLE color: 11832287.
HSL color Cylindrical-coordinate representation of color #DF8BB4: hue angle of 330.71º 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 #DF8BB4 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 180 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.13 |
| HSL | 330.71º | 0.57% | 0.71% | - |
| HSV(B) | 330.71º | 0.38% | 0.87% | - |
| XYZ | 47.9 | 37.45 | 47.88 | - |
| YUV | 168.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 180 | 0 | 0.38 | 0.19 | 0.13 | 330.71 | 0.57 | 0.71 |
| Hex | DF | 8B | B4 | 0 | 26 | 13 | D | 14B | 39 | 47 |
| Octal | 337 | 213 | 264 | 0 | 46 | 23 | 15 | 513 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10110100 | 0 | 100110 | 10011 | 1101 | 101001011 | 111001 | 1000111 |
Color Harmonies of #DF8BB4
Complementary color
Monochromatic Colors of #DF8BB4
Black with #DF8BB4
Text Example
Text Example
White with #DF8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BB4; }
p { color: rgb(223,139,180); }
H1.HeaderClassName
{
color: #DF8BB4;
}
.AnyTagClassName
{
color: #DF8BB4;
}
</style>
background-color css
<style>
a { background-color: #DF8BB4; }
a { background-color: rgb(223,139,180); }
div.DivClassName
{
background-color: #DF8BB4;
}
.BgClassName
{
background-color: #DF8BB4;
}
</style>
border-color css
<style>
span { border-color: #DF8BB4; }
span { border-color: rgb(223,139,180); }
td.TdClassName
{
border-color: #DF8BB4;
}
.TagClassName
{
border-color: #DF8BB4;
}
</style>