Shades of Kobi #DF8AB3
Tints of Kobi #DF8AB3
RGB
CMYK
RGB Variations
Color information
#DF8AB3 (or 0xDF8AB3) is known color: Kobi. HEX triplet: DF, 8A and B3. RGB value is (223,138,179). Sum of RGB (Red+Green+Blue) = 223+138+179=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AB3 is #20754C. Grayscale: #A8A8A8. Windows color (decimal): -2127181 or 11766495. OLE color: 11766495.
HSL color Cylindrical-coordinate representation of color #DF8AB3: hue angle of 331.06º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AB3 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 179 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.13 |
| HSL | 331.06º | 0.57% | 0.71% | - |
| HSV(B) | 331.06º | 0.38% | 0.87% | - |
| XYZ | 47.66 | 37.12 | 47.3 | - |
| YUV | 168.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 179 | 0 | 0.38 | 0.20 | 0.13 | 331.06 | 0.57 | 0.71 |
| Hex | DF | 8A | B3 | 0 | 26 | 14 | D | 14B | 39 | 47 |
| Octal | 337 | 212 | 263 | 0 | 46 | 24 | 15 | 513 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10110011 | 0 | 100110 | 10100 | 1101 | 101001011 | 111001 | 1000111 |
Color Harmonies of #DF8AB3
Complementary color
Monochromatic Colors of #DF8AB3
Black with #DF8AB3
Text Example
Text Example
White with #DF8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AB3; }
p { color: rgb(223,138,179); }
H1.HeaderClassName
{
color: #DF8AB3;
}
.AnyTagClassName
{
color: #DF8AB3;
}
</style>
background-color css
<style>
a { background-color: #DF8AB3; }
a { background-color: rgb(223,138,179); }
div.DivClassName
{
background-color: #DF8AB3;
}
.BgClassName
{
background-color: #DF8AB3;
}
</style>
border-color css
<style>
span { border-color: #DF8AB3; }
span { border-color: rgb(223,138,179); }
td.TdClassName
{
border-color: #DF8AB3;
}
.TagClassName
{
border-color: #DF8AB3;
}
</style>