Shades of Kobi #DF90B4
Tints of Kobi #DF90B4
RGB
CMYK
RGB Variations
Color information
#DF90B4 (or 0xDF90B4) is known color: Kobi. HEX triplet: DF, 90 and B4. RGB value is (223,144,180). Sum of RGB (Red+Green+Blue) = 223+144+180=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90B4 is #206F4B. Grayscale: #ABABAB. Windows color (decimal): -2125644 or 11833567. OLE color: 11833567.
HSL color Cylindrical-coordinate representation of color #DF90B4: hue angle of 332.66º 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 #DF90B4 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 180 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.13 |
| HSL | 332.66º | 0.55% | 0.72% | - |
| HSV(B) | 332.66º | 0.35% | 0.87% | - |
| XYZ | 48.64 | 38.93 | 48.13 | - |
| YUV | 171.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 180 | 0 | 0.35 | 0.19 | 0.13 | 332.66 | 0.55 | 0.72 |
| Hex | DF | 90 | B4 | 0 | 23 | 13 | D | 14D | 37 | 48 |
| Octal | 337 | 220 | 264 | 0 | 43 | 23 | 15 | 515 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10110100 | 0 | 100011 | 10011 | 1101 | 101001101 | 110111 | 1001000 |
Color Harmonies of #DF90B4
Complementary color
Monochromatic Colors of #DF90B4
Black with #DF90B4
Text Example
Text Example
White with #DF90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90B4; }
p { color: rgb(223,144,180); }
H1.HeaderClassName
{
color: #DF90B4;
}
.AnyTagClassName
{
color: #DF90B4;
}
</style>
background-color css
<style>
a { background-color: #DF90B4; }
a { background-color: rgb(223,144,180); }
div.DivClassName
{
background-color: #DF90B4;
}
.BgClassName
{
background-color: #DF90B4;
}
</style>
border-color css
<style>
span { border-color: #DF90B4; }
span { border-color: rgb(223,144,180); }
td.TdClassName
{
border-color: #DF90B4;
}
.TagClassName
{
border-color: #DF90B4;
}
</style>