Shades of Kobi #DF8AB4
Tints of Kobi #DF8AB4
RGB
CMYK
RGB Variations
Color information
#DF8AB4 (or 0xDF8AB4) is known color: Kobi. HEX triplet: DF, 8A and B4. RGB value is (223,138,180). Sum of RGB (Red+Green+Blue) = 223+138+180=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AB4 is #20754B. Grayscale: #A8A8A8. Windows color (decimal): -2127180 or 11832031. OLE color: 11832031.
HSL color Cylindrical-coordinate representation of color #DF8AB4: hue angle of 330.35º 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 #DF8AB4 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 180 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.13 |
| HSL | 330.35º | 0.57% | 0.71% | - |
| HSV(B) | 330.35º | 0.38% | 0.87% | - |
| XYZ | 47.76 | 37.16 | 47.84 | - |
| YUV | 168.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 180 | 0 | 0.38 | 0.19 | 0.13 | 330.35 | 0.57 | 0.71 |
| Hex | DF | 8A | B4 | 0 | 26 | 13 | D | 14A | 39 | 47 |
| Octal | 337 | 212 | 264 | 0 | 46 | 23 | 15 | 512 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10110100 | 0 | 100110 | 10011 | 1101 | 101001010 | 111001 | 1000111 |
Color Harmonies of #DF8AB4
Complementary color
Monochromatic Colors of #DF8AB4
Black with #DF8AB4
Text Example
Text Example
White with #DF8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AB4; }
p { color: rgb(223,138,180); }
H1.HeaderClassName
{
color: #DF8AB4;
}
.AnyTagClassName
{
color: #DF8AB4;
}
</style>
background-color css
<style>
a { background-color: #DF8AB4; }
a { background-color: rgb(223,138,180); }
div.DivClassName
{
background-color: #DF8AB4;
}
.BgClassName
{
background-color: #DF8AB4;
}
</style>
border-color css
<style>
span { border-color: #DF8AB4; }
span { border-color: rgb(223,138,180); }
td.TdClassName
{
border-color: #DF8AB4;
}
.TagClassName
{
border-color: #DF8AB4;
}
</style>