Shades of Kobi #DF9AB5
Tints of Kobi #DF9AB5
RGB
CMYK
RGB Variations
Color information
#DF9AB5 (or 0xDF9AB5) is known color: Kobi. HEX triplet: DF, 9A and B5. RGB value is (223,154,181). Sum of RGB (Red+Green+Blue) = 223+154+181=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AB5 is #20654A. Grayscale: #B1B1B1. Windows color (decimal): -2123083 or 11901663. OLE color: 11901663.
HSL color Cylindrical-coordinate representation of color #DF9AB5: hue angle of 336.52º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AB5 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 181 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.13 |
| HSL | 336.52º | 0.52% | 0.74% | - |
| HSV(B) | 336.52º | 0.31% | 0.87% | - |
| XYZ | 50.33 | 42.14 | 49.2 | - |
| YUV | 177.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 181 | 0 | 0.31 | 0.19 | 0.13 | 336.52 | 0.52 | 0.74 |
| Hex | DF | 9A | B5 | 0 | 1F | 13 | D | 151 | 34 | 4A |
| Octal | 337 | 232 | 265 | 0 | 37 | 23 | 15 | 521 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10110101 | 0 | 11111 | 10011 | 1101 | 101010001 | 110100 | 1001010 |
Color Harmonies of #DF9AB5
Complementary color
Monochromatic Colors of #DF9AB5
Black with #DF9AB5
Text Example
Text Example
White with #DF9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AB5; }
p { color: rgb(223,154,181); }
H1.HeaderClassName
{
color: #DF9AB5;
}
.AnyTagClassName
{
color: #DF9AB5;
}
</style>
background-color css
<style>
a { background-color: #DF9AB5; }
a { background-color: rgb(223,154,181); }
div.DivClassName
{
background-color: #DF9AB5;
}
.BgClassName
{
background-color: #DF9AB5;
}
</style>
border-color css
<style>
span { border-color: #DF9AB5; }
span { border-color: rgb(223,154,181); }
td.TdClassName
{
border-color: #DF9AB5;
}
.TagClassName
{
border-color: #DF9AB5;
}
</style>