Shades of Kobi #DC8FA7
Tints of Kobi #DC8FA7
RGB
CMYK
RGB Variations
Color information
#DC8FA7 (or 0xDC8FA7) is known color: Kobi. HEX triplet: DC, 8F and A7. RGB value is (220,143,167). Sum of RGB (Red+Green+Blue) = 220+143+167=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8FA7 is #237058. Grayscale: #A8A8A8. Windows color (decimal): -2322521 or 10981340. OLE color: 10981340.
HSL color Cylindrical-coordinate representation of color #DC8FA7: hue angle of 341.3º 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 #DC8FA7 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 167 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.14 |
| HSL | 341.3º | 0.52% | 0.71% | - |
| HSV(B) | 341.3º | 0.35% | 0.86% | - |
| XYZ | 46.31 | 37.65 | 41.39 | - |
| YUV | 168.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 167 | 0 | 0.35 | 0.24 | 0.14 | 341.3 | 0.52 | 0.71 |
| Hex | DC | 8F | A7 | 0 | 23 | 18 | E | 155 | 34 | 47 |
| Octal | 334 | 217 | 247 | 0 | 43 | 30 | 16 | 525 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10100111 | 0 | 100011 | 11000 | 1110 | 101010101 | 110100 | 1000111 |
Color Harmonies of #DC8FA7
Complementary color
Monochromatic Colors of #DC8FA7
Black with #DC8FA7
Text Example
Text Example
White with #DC8FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FA7; }
p { color: rgb(220,143,167); }
H1.HeaderClassName
{
color: #DC8FA7;
}
.AnyTagClassName
{
color: #DC8FA7;
}
</style>
background-color css
<style>
a { background-color: #DC8FA7; }
a { background-color: rgb(220,143,167); }
div.DivClassName
{
background-color: #DC8FA7;
}
.BgClassName
{
background-color: #DC8FA7;
}
</style>
border-color css
<style>
span { border-color: #DC8FA7; }
span { border-color: rgb(220,143,167); }
td.TdClassName
{
border-color: #DC8FA7;
}
.TagClassName
{
border-color: #DC8FA7;
}
</style>