Shades of Kobi #DC8AAD
Tints of Kobi #DC8AAD
RGB
CMYK
RGB Variations
Color information
#DC8AAD (or 0xDC8AAD) is known color: Kobi. HEX triplet: DC, 8A and AD. RGB value is (220,138,173). Sum of RGB (Red+Green+Blue) = 220+138+173=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AAD is #237552. Grayscale: #A6A6A6. Windows color (decimal): -2323795 or 11373276. OLE color: 11373276.
HSL color Cylindrical-coordinate representation of color #DC8AAD: hue angle of 334.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AAD is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 173 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.14 |
| HSL | 334.39º | 0.54% | 0.7% | - |
| HSV(B) | 334.39º | 0.37% | 0.86% | - |
| XYZ | 46.15 | 36.41 | 44.13 | - |
| YUV | 166.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 173 | 0 | 0.37 | 0.21 | 0.14 | 334.39 | 0.54 | 0.7 |
| Hex | DC | 8A | AD | 0 | 25 | 15 | E | 14E | 36 | 46 |
| Octal | 334 | 212 | 255 | 0 | 45 | 25 | 16 | 516 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10101101 | 0 | 100101 | 10101 | 1110 | 101001110 | 110110 | 1000110 |
Color Harmonies of #DC8AAD
Complementary color
Monochromatic Colors of #DC8AAD
Black with #DC8AAD
Text Example
Text Example
White with #DC8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AAD; }
p { color: rgb(220,138,173); }
H1.HeaderClassName
{
color: #DC8AAD;
}
.AnyTagClassName
{
color: #DC8AAD;
}
</style>
background-color css
<style>
a { background-color: #DC8AAD; }
a { background-color: rgb(220,138,173); }
div.DivClassName
{
background-color: #DC8AAD;
}
.BgClassName
{
background-color: #DC8AAD;
}
</style>
border-color css
<style>
span { border-color: #DC8AAD; }
span { border-color: rgb(220,138,173); }
td.TdClassName
{
border-color: #DC8AAD;
}
.TagClassName
{
border-color: #DC8AAD;
}
</style>