Shades of Kobi #DF90B2
Tints of Kobi #DF90B2
RGB
CMYK
RGB Variations
Color information
#DF90B2 (or 0xDF90B2) is known color: Kobi. HEX triplet: DF, 90 and B2. RGB value is (223,144,178). Sum of RGB (Red+Green+Blue) = 223+144+178=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90B2 is #206F4D. Grayscale: #ABABAB. Windows color (decimal): -2125646 or 11702495. OLE color: 11702495.
HSL color Cylindrical-coordinate representation of color #DF90B2: hue angle of 334.18º 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 #DF90B2 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 178 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.13 |
| HSL | 334.18º | 0.55% | 0.72% | - |
| HSV(B) | 334.18º | 0.35% | 0.87% | - |
| XYZ | 48.44 | 38.85 | 47.06 | - |
| YUV | 171.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 178 | 0 | 0.35 | 0.20 | 0.13 | 334.18 | 0.55 | 0.72 |
| Hex | DF | 90 | B2 | 0 | 23 | 14 | D | 14E | 37 | 48 |
| Octal | 337 | 220 | 262 | 0 | 43 | 24 | 15 | 516 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10110010 | 0 | 100011 | 10100 | 1101 | 101001110 | 110111 | 1001000 |
Color Harmonies of #DF90B2
Complementary color
Monochromatic Colors of #DF90B2
Black with #DF90B2
Text Example
Text Example
White with #DF90B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90B2; }
p { color: rgb(223,144,178); }
H1.HeaderClassName
{
color: #DF90B2;
}
.AnyTagClassName
{
color: #DF90B2;
}
</style>
background-color css
<style>
a { background-color: #DF90B2; }
a { background-color: rgb(223,144,178); }
div.DivClassName
{
background-color: #DF90B2;
}
.BgClassName
{
background-color: #DF90B2;
}
</style>
border-color css
<style>
span { border-color: #DF90B2; }
span { border-color: rgb(223,144,178); }
td.TdClassName
{
border-color: #DF90B2;
}
.TagClassName
{
border-color: #DF90B2;
}
</style>