Shades of Kobi #DC8AB4
Tints of Kobi #DC8AB4
RGB
CMYK
RGB Variations
Color information
#DC8AB4 (or 0xDC8AB4) is known color: Kobi. HEX triplet: DC, 8A and B4. RGB value is (220,138,180). Sum of RGB (Red+Green+Blue) = 220+138+180=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AB4 is #23754B. Grayscale: #A7A7A7. Windows color (decimal): -2323788 or 11832028. OLE color: 11832028.
HSL color Cylindrical-coordinate representation of color #DC8AB4: hue angle of 329.27º 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 #DC8AB4 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 180 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.14 |
| HSL | 329.27º | 0.54% | 0.7% | - |
| HSV(B) | 329.27º | 0.37% | 0.86% | - |
| XYZ | 46.84 | 36.69 | 47.79 | - |
| YUV | 167.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 180 | 0 | 0.37 | 0.18 | 0.14 | 329.27 | 0.54 | 0.7 |
| Hex | DC | 8A | B4 | 0 | 25 | 12 | E | 149 | 36 | 46 |
| Octal | 334 | 212 | 264 | 0 | 45 | 22 | 16 | 511 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10110100 | 0 | 100101 | 10010 | 1110 | 101001001 | 110110 | 1000110 |
Color Harmonies of #DC8AB4
Complementary color
Monochromatic Colors of #DC8AB4
Black with #DC8AB4
Text Example
Text Example
White with #DC8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AB4; }
p { color: rgb(220,138,180); }
H1.HeaderClassName
{
color: #DC8AB4;
}
.AnyTagClassName
{
color: #DC8AB4;
}
</style>
background-color css
<style>
a { background-color: #DC8AB4; }
a { background-color: rgb(220,138,180); }
div.DivClassName
{
background-color: #DC8AB4;
}
.BgClassName
{
background-color: #DC8AB4;
}
</style>
border-color css
<style>
span { border-color: #DC8AB4; }
span { border-color: rgb(220,138,180); }
td.TdClassName
{
border-color: #DC8AB4;
}
.TagClassName
{
border-color: #DC8AB4;
}
</style>