Shades of Kobi #DF8FB4
Tints of Kobi #DF8FB4
RGB
CMYK
RGB Variations
Color information
#DF8FB4 (or 0xDF8FB4) is known color: Kobi. HEX triplet: DF, 8F and B4. RGB value is (223,143,180). Sum of RGB (Red+Green+Blue) = 223+143+180=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FB4 is #20704B. Grayscale: #ABABAB. Windows color (decimal): -2125900 or 11833311. OLE color: 11833311.
HSL color Cylindrical-coordinate representation of color #DF8FB4: hue angle of 332.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FB4 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 180 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.13 |
| HSL | 332.25º | 0.56% | 0.72% | - |
| HSV(B) | 332.25º | 0.36% | 0.87% | - |
| XYZ | 48.49 | 38.63 | 48.08 | - |
| YUV | 171.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 180 | 0 | 0.36 | 0.19 | 0.13 | 332.25 | 0.56 | 0.72 |
| Hex | DF | 8F | B4 | 0 | 24 | 13 | D | 14C | 38 | 48 |
| Octal | 337 | 217 | 264 | 0 | 44 | 23 | 15 | 514 | 70 | 110 |
| Binary | 11011111 | 10001111 | 10110100 | 0 | 100100 | 10011 | 1101 | 101001100 | 111000 | 1001000 |
Color Harmonies of #DF8FB4
Complementary color
Monochromatic Colors of #DF8FB4
Black with #DF8FB4
Text Example
Text Example
White with #DF8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FB4; }
p { color: rgb(223,143,180); }
H1.HeaderClassName
{
color: #DF8FB4;
}
.AnyTagClassName
{
color: #DF8FB4;
}
</style>
background-color css
<style>
a { background-color: #DF8FB4; }
a { background-color: rgb(223,143,180); }
div.DivClassName
{
background-color: #DF8FB4;
}
.BgClassName
{
background-color: #DF8FB4;
}
</style>
border-color css
<style>
span { border-color: #DF8FB4; }
span { border-color: rgb(223,143,180); }
td.TdClassName
{
border-color: #DF8FB4;
}
.TagClassName
{
border-color: #DF8FB4;
}
</style>