Shades of Kobi #DF91B2
Tints of Kobi #DF91B2
RGB
CMYK
RGB Variations
Color information
#DF91B2 (or 0xDF91B2) is known color: Kobi. HEX triplet: DF, 91 and B2. RGB value is (223,145,178). Sum of RGB (Red+Green+Blue) = 223+145+178=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF91B2 is #206E4D. Grayscale: #ACACAC. Windows color (decimal): -2125390 or 11702751. OLE color: 11702751.
HSL color Cylindrical-coordinate representation of color #DF91B2: hue angle of 334.62º 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 #DF91B2 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 178 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.13 |
| HSL | 334.62º | 0.55% | 0.72% | - |
| HSV(B) | 334.62º | 0.35% | 0.87% | - |
| XYZ | 48.59 | 39.15 | 47.12 | - |
| YUV | 172.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 178 | 0 | 0.35 | 0.20 | 0.13 | 334.62 | 0.55 | 0.72 |
| Hex | DF | 91 | B2 | 0 | 23 | 14 | D | 14F | 37 | 48 |
| Octal | 337 | 221 | 262 | 0 | 43 | 24 | 15 | 517 | 67 | 110 |
| Binary | 11011111 | 10010001 | 10110010 | 0 | 100011 | 10100 | 1101 | 101001111 | 110111 | 1001000 |
Color Harmonies of #DF91B2
Complementary color
Monochromatic Colors of #DF91B2
Black with #DF91B2
Text Example
Text Example
White with #DF91B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91B2; }
p { color: rgb(223,145,178); }
H1.HeaderClassName
{
color: #DF91B2;
}
.AnyTagClassName
{
color: #DF91B2;
}
</style>
background-color css
<style>
a { background-color: #DF91B2; }
a { background-color: rgb(223,145,178); }
div.DivClassName
{
background-color: #DF91B2;
}
.BgClassName
{
background-color: #DF91B2;
}
</style>
border-color css
<style>
span { border-color: #DF91B2; }
span { border-color: rgb(223,145,178); }
td.TdClassName
{
border-color: #DF91B2;
}
.TagClassName
{
border-color: #DF91B2;
}
</style>