Shades of Kobi #DF89A4
Tints of Kobi #DF89A4
RGB
CMYK
RGB Variations
Color information
#DF89A4 (or 0xDF89A4) is known color: Kobi. HEX triplet: DF, 89 and A4. RGB value is (223,137,164). Sum of RGB (Red+Green+Blue) = 223+137+164=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89A4 is #20765B. Grayscale: #A5A5A5. Windows color (decimal): -2127452 or 10783199. OLE color: 10783199.
HSL color Cylindrical-coordinate representation of color #DF89A4: hue angle of 341.16º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89A4 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 164 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.13 |
| HSL | 341.16º | 0.57% | 0.71% | - |
| HSV(B) | 341.16º | 0.39% | 0.87% | - |
| XYZ | 46.08 | 36.26 | 39.69 | - |
| YUV | 165.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 164 | 0 | 0.39 | 0.26 | 0.13 | 341.16 | 0.57 | 0.71 |
| Hex | DF | 89 | A4 | 0 | 27 | 1A | D | 155 | 39 | 47 |
| Octal | 337 | 211 | 244 | 0 | 47 | 32 | 15 | 525 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10100100 | 0 | 100111 | 11010 | 1101 | 101010101 | 111001 | 1000111 |
Color Harmonies of #DF89A4
Complementary color
Monochromatic Colors of #DF89A4
Black with #DF89A4
Text Example
Text Example
White with #DF89A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89A4; }
p { color: rgb(223,137,164); }
H1.HeaderClassName
{
color: #DF89A4;
}
.AnyTagClassName
{
color: #DF89A4;
}
</style>
background-color css
<style>
a { background-color: #DF89A4; }
a { background-color: rgb(223,137,164); }
div.DivClassName
{
background-color: #DF89A4;
}
.BgClassName
{
background-color: #DF89A4;
}
</style>
border-color css
<style>
span { border-color: #DF89A4; }
span { border-color: rgb(223,137,164); }
td.TdClassName
{
border-color: #DF89A4;
}
.TagClassName
{
border-color: #DF89A4;
}
</style>