Shades of Kobi #DF99B3
Tints of Kobi #DF99B3
RGB
CMYK
RGB Variations
Color information
#DF99B3 (or 0xDF99B3) is known color: Kobi. HEX triplet: DF, 99 and B3. RGB value is (223,153,179). Sum of RGB (Red+Green+Blue) = 223+153+179=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99B3 is #20664C. Grayscale: #B0B0B0. Windows color (decimal): -2123341 or 11770335. OLE color: 11770335.
HSL color Cylindrical-coordinate representation of color #DF99B3: hue angle of 337.71º 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 #DF99B3 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 179 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.13 |
| HSL | 337.71º | 0.52% | 0.74% | - |
| HSV(B) | 337.71º | 0.31% | 0.87% | - |
| XYZ | 49.96 | 41.73 | 48.07 | - |
| YUV | 176.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 179 | 0 | 0.31 | 0.20 | 0.13 | 337.71 | 0.52 | 0.74 |
| Hex | DF | 99 | B3 | 0 | 1F | 14 | D | 152 | 34 | 4A |
| Octal | 337 | 231 | 263 | 0 | 37 | 24 | 15 | 522 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10110011 | 0 | 11111 | 10100 | 1101 | 101010010 | 110100 | 1001010 |
Color Harmonies of #DF99B3
Complementary color
Monochromatic Colors of #DF99B3
Black with #DF99B3
Text Example
Text Example
White with #DF99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99B3; }
p { color: rgb(223,153,179); }
H1.HeaderClassName
{
color: #DF99B3;
}
.AnyTagClassName
{
color: #DF99B3;
}
</style>
background-color css
<style>
a { background-color: #DF99B3; }
a { background-color: rgb(223,153,179); }
div.DivClassName
{
background-color: #DF99B3;
}
.BgClassName
{
background-color: #DF99B3;
}
</style>
border-color css
<style>
span { border-color: #DF99B3; }
span { border-color: rgb(223,153,179); }
td.TdClassName
{
border-color: #DF99B3;
}
.TagClassName
{
border-color: #DF99B3;
}
</style>