Shades of Kobi #DF91B4
Tints of Kobi #DF91B4
RGB
CMYK
RGB Variations
Color information
#DF91B4 (or 0xDF91B4) is known color: Kobi. HEX triplet: DF, 91 and B4. RGB value is (223,145,180). Sum of RGB (Red+Green+Blue) = 223+145+180=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91B4 is #206E4B. Grayscale: #ACACAC. Windows color (decimal): -2125388 or 11833823. OLE color: 11833823.
HSL color Cylindrical-coordinate representation of color #DF91B4: hue angle of 333.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF91B4 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 180 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.13 |
| HSL | 333.08º | 0.55% | 0.72% | - |
| HSV(B) | 333.08º | 0.35% | 0.87% | - |
| XYZ | 48.8 | 39.23 | 48.18 | - |
| YUV | 172.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 180 | 0 | 0.35 | 0.19 | 0.13 | 333.08 | 0.55 | 0.72 |
| Hex | DF | 91 | B4 | 0 | 23 | 13 | D | 14D | 37 | 48 |
| Octal | 337 | 221 | 264 | 0 | 43 | 23 | 15 | 515 | 67 | 110 |
| Binary | 11011111 | 10010001 | 10110100 | 0 | 100011 | 10011 | 1101 | 101001101 | 110111 | 1001000 |
Color Harmonies of #DF91B4
Complementary color
Monochromatic Colors of #DF91B4
Black with #DF91B4
Text Example
Text Example
White with #DF91B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91B4; }
p { color: rgb(223,145,180); }
H1.HeaderClassName
{
color: #DF91B4;
}
.AnyTagClassName
{
color: #DF91B4;
}
</style>
background-color css
<style>
a { background-color: #DF91B4; }
a { background-color: rgb(223,145,180); }
div.DivClassName
{
background-color: #DF91B4;
}
.BgClassName
{
background-color: #DF91B4;
}
</style>
border-color css
<style>
span { border-color: #DF91B4; }
span { border-color: rgb(223,145,180); }
td.TdClassName
{
border-color: #DF91B4;
}
.TagClassName
{
border-color: #DF91B4;
}
</style>