Shades of Kobi #DC8FAD
Tints of Kobi #DC8FAD
RGB
CMYK
RGB Variations
Color information
#DC8FAD (or 0xDC8FAD) is known color: Kobi. HEX triplet: DC, 8F and AD. RGB value is (220,143,173). Sum of RGB (Red+Green+Blue) = 220+143+173=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8FAD is #237052. Grayscale: #A9A9A9. Windows color (decimal): -2322515 or 11374556. OLE color: 11374556.
HSL color Cylindrical-coordinate representation of color #DC8FAD: hue angle of 336.62º 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 #DC8FAD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 173 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.14 |
| HSL | 336.62º | 0.52% | 0.71% | - |
| HSV(B) | 336.62º | 0.35% | 0.86% | - |
| XYZ | 46.88 | 37.88 | 44.38 | - |
| YUV | 169.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 173 | 0 | 0.35 | 0.21 | 0.14 | 336.62 | 0.52 | 0.71 |
| Hex | DC | 8F | AD | 0 | 23 | 15 | E | 151 | 34 | 47 |
| Octal | 334 | 217 | 255 | 0 | 43 | 25 | 16 | 521 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10101101 | 0 | 100011 | 10101 | 1110 | 101010001 | 110100 | 1000111 |
Color Harmonies of #DC8FAD
Complementary color
Monochromatic Colors of #DC8FAD
Black with #DC8FAD
Text Example
Text Example
White with #DC8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FAD; }
p { color: rgb(220,143,173); }
H1.HeaderClassName
{
color: #DC8FAD;
}
.AnyTagClassName
{
color: #DC8FAD;
}
</style>
background-color css
<style>
a { background-color: #DC8FAD; }
a { background-color: rgb(220,143,173); }
div.DivClassName
{
background-color: #DC8FAD;
}
.BgClassName
{
background-color: #DC8FAD;
}
</style>
border-color css
<style>
span { border-color: #DC8FAD; }
span { border-color: rgb(220,143,173); }
td.TdClassName
{
border-color: #DC8FAD;
}
.TagClassName
{
border-color: #DC8FAD;
}
</style>