Shades of Kobi #DF9AB3
Tints of Kobi #DF9AB3
RGB
CMYK
RGB Variations
Color information
#DF9AB3 (or 0xDF9AB3) is known color: Kobi. HEX triplet: DF, 9A and B3. RGB value is (223,154,179). Sum of RGB (Red+Green+Blue) = 223+154+179=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AB3 is #20654C. Grayscale: #B1B1B1. Windows color (decimal): -2123085 or 11770591. OLE color: 11770591.
HSL color Cylindrical-coordinate representation of color #DF9AB3: hue angle of 338.26º 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 #DF9AB3 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 179 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.13 |
| HSL | 338.26º | 0.52% | 0.74% | - |
| HSV(B) | 338.26º | 0.31% | 0.87% | - |
| XYZ | 50.12 | 42.05 | 48.12 | - |
| YUV | 177.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 179 | 0 | 0.31 | 0.20 | 0.13 | 338.26 | 0.52 | 0.74 |
| Hex | DF | 9A | B3 | 0 | 1F | 14 | D | 152 | 34 | 4A |
| Octal | 337 | 232 | 263 | 0 | 37 | 24 | 15 | 522 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10110011 | 0 | 11111 | 10100 | 1101 | 101010010 | 110100 | 1001010 |
Color Harmonies of #DF9AB3
Complementary color
Monochromatic Colors of #DF9AB3
Black with #DF9AB3
Text Example
Text Example
White with #DF9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AB3; }
p { color: rgb(223,154,179); }
H1.HeaderClassName
{
color: #DF9AB3;
}
.AnyTagClassName
{
color: #DF9AB3;
}
</style>
background-color css
<style>
a { background-color: #DF9AB3; }
a { background-color: rgb(223,154,179); }
div.DivClassName
{
background-color: #DF9AB3;
}
.BgClassName
{
background-color: #DF9AB3;
}
</style>
border-color css
<style>
span { border-color: #DF9AB3; }
span { border-color: rgb(223,154,179); }
td.TdClassName
{
border-color: #DF9AB3;
}
.TagClassName
{
border-color: #DF9AB3;
}
</style>