Shades of Kobi #DC8FAF
Tints of Kobi #DC8FAF
RGB
CMYK
RGB Variations
Color information
#DC8FAF (or 0xDC8FAF) is known color: Kobi. HEX triplet: DC, 8F and AF. RGB value is (220,143,175). Sum of RGB (Red+Green+Blue) = 220+143+175=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8FAF is #237050. Grayscale: #A9A9A9. Windows color (decimal): -2322513 or 11505628. OLE color: 11505628.
HSL color Cylindrical-coordinate representation of color #DC8FAF: hue angle of 335.06º 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 #DC8FAF is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 175 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.14 |
| HSL | 335.06º | 0.52% | 0.71% | - |
| HSV(B) | 335.06º | 0.35% | 0.86% | - |
| XYZ | 47.08 | 37.96 | 45.4 | - |
| YUV | 169.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 175 | 0 | 0.35 | 0.20 | 0.14 | 335.06 | 0.52 | 0.71 |
| Hex | DC | 8F | AF | 0 | 23 | 14 | E | 14F | 34 | 47 |
| Octal | 334 | 217 | 257 | 0 | 43 | 24 | 16 | 517 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10101111 | 0 | 100011 | 10100 | 1110 | 101001111 | 110100 | 1000111 |
Color Harmonies of #DC8FAF
Complementary color
Monochromatic Colors of #DC8FAF
Black with #DC8FAF
Text Example
Text Example
White with #DC8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FAF; }
p { color: rgb(220,143,175); }
H1.HeaderClassName
{
color: #DC8FAF;
}
.AnyTagClassName
{
color: #DC8FAF;
}
</style>
background-color css
<style>
a { background-color: #DC8FAF; }
a { background-color: rgb(220,143,175); }
div.DivClassName
{
background-color: #DC8FAF;
}
.BgClassName
{
background-color: #DC8FAF;
}
</style>
border-color css
<style>
span { border-color: #DC8FAF; }
span { border-color: rgb(220,143,175); }
td.TdClassName
{
border-color: #DC8FAF;
}
.TagClassName
{
border-color: #DC8FAF;
}
</style>