Shades of Kobi #DF8DB4
Tints of Kobi #DF8DB4
RGB
CMYK
RGB Variations
Color information
#DF8DB4 (or 0xDF8DB4) is known color: Kobi. HEX triplet: DF, 8D and B4. RGB value is (223,141,180). Sum of RGB (Red+Green+Blue) = 223+141+180=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DB4 is #20724B. Grayscale: #A9A9A9. Windows color (decimal): -2126412 or 11832799. OLE color: 11832799.
HSL color Cylindrical-coordinate representation of color #DF8DB4: hue angle of 331.46º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8DB4 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 180 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.13 |
| HSL | 331.46º | 0.56% | 0.71% | - |
| HSV(B) | 331.46º | 0.37% | 0.87% | - |
| XYZ | 48.19 | 38.03 | 47.98 | - |
| YUV | 169.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 180 | 0 | 0.37 | 0.19 | 0.13 | 331.46 | 0.56 | 0.71 |
| Hex | DF | 8D | B4 | 0 | 25 | 13 | D | 14B | 38 | 47 |
| Octal | 337 | 215 | 264 | 0 | 45 | 23 | 15 | 513 | 70 | 107 |
| Binary | 11011111 | 10001101 | 10110100 | 0 | 100101 | 10011 | 1101 | 101001011 | 111000 | 1000111 |
Color Harmonies of #DF8DB4
Complementary color
Monochromatic Colors of #DF8DB4
Black with #DF8DB4
Text Example
Text Example
White with #DF8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DB4; }
p { color: rgb(223,141,180); }
H1.HeaderClassName
{
color: #DF8DB4;
}
.AnyTagClassName
{
color: #DF8DB4;
}
</style>
background-color css
<style>
a { background-color: #DF8DB4; }
a { background-color: rgb(223,141,180); }
div.DivClassName
{
background-color: #DF8DB4;
}
.BgClassName
{
background-color: #DF8DB4;
}
</style>
border-color css
<style>
span { border-color: #DF8DB4; }
span { border-color: rgb(223,141,180); }
td.TdClassName
{
border-color: #DF8DB4;
}
.TagClassName
{
border-color: #DF8DB4;
}
</style>