Shades of Kobi #DC8FA9
Tints of Kobi #DC8FA9
RGB
CMYK
RGB Variations
Color information
#DC8FA9 (or 0xDC8FA9) is known color: Kobi. HEX triplet: DC, 8F and A9. RGB value is (220,143,169). Sum of RGB (Red+Green+Blue) = 220+143+169=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8FA9 is #237056. Grayscale: #A8A8A8. Windows color (decimal): -2322519 or 11112412. OLE color: 11112412.
HSL color Cylindrical-coordinate representation of color #DC8FA9: hue angle of 339.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FA9 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 169 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.14 |
| HSL | 339.74º | 0.52% | 0.71% | - |
| HSV(B) | 339.74º | 0.35% | 0.86% | - |
| XYZ | 46.5 | 37.73 | 42.37 | - |
| YUV | 168.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 169 | 0 | 0.35 | 0.23 | 0.14 | 339.74 | 0.52 | 0.71 |
| Hex | DC | 8F | A9 | 0 | 23 | 17 | E | 154 | 34 | 47 |
| Octal | 334 | 217 | 251 | 0 | 43 | 27 | 16 | 524 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10101001 | 0 | 100011 | 10111 | 1110 | 101010100 | 110100 | 1000111 |
Color Harmonies of #DC8FA9
Complementary color
Monochromatic Colors of #DC8FA9
Black with #DC8FA9
Text Example
Text Example
White with #DC8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FA9; }
p { color: rgb(220,143,169); }
H1.HeaderClassName
{
color: #DC8FA9;
}
.AnyTagClassName
{
color: #DC8FA9;
}
</style>
background-color css
<style>
a { background-color: #DC8FA9; }
a { background-color: rgb(220,143,169); }
div.DivClassName
{
background-color: #DC8FA9;
}
.BgClassName
{
background-color: #DC8FA9;
}
</style>
border-color css
<style>
span { border-color: #DC8FA9; }
span { border-color: rgb(220,143,169); }
td.TdClassName
{
border-color: #DC8FA9;
}
.TagClassName
{
border-color: #DC8FA9;
}
</style>