Shades of Kobi #DC8AA4
Tints of Kobi #DC8AA4
RGB
CMYK
RGB Variations
Color information
#DC8AA4 (or 0xDC8AA4) is known color: Kobi. HEX triplet: DC, 8A and A4. RGB value is (220,138,164). Sum of RGB (Red+Green+Blue) = 220+138+164=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AA4 is #23755B. Grayscale: #A5A5A5. Windows color (decimal): -2323804 or 10783452. OLE color: 10783452.
HSL color Cylindrical-coordinate representation of color #DC8AA4: hue angle of 340.98º 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 #DC8AA4 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 164 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.14 |
| HSL | 340.98º | 0.54% | 0.7% | - |
| HSV(B) | 340.98º | 0.37% | 0.86% | - |
| XYZ | 45.3 | 36.07 | 39.7 | - |
| YUV | 165.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 164 | 0 | 0.37 | 0.25 | 0.14 | 340.98 | 0.54 | 0.7 |
| Hex | DC | 8A | A4 | 0 | 25 | 19 | E | 155 | 36 | 46 |
| Octal | 334 | 212 | 244 | 0 | 45 | 31 | 16 | 525 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10100100 | 0 | 100101 | 11001 | 1110 | 101010101 | 110110 | 1000110 |
Color Harmonies of #DC8AA4
Complementary color
Monochromatic Colors of #DC8AA4
Black with #DC8AA4
Text Example
Text Example
White with #DC8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AA4; }
p { color: rgb(220,138,164); }
H1.HeaderClassName
{
color: #DC8AA4;
}
.AnyTagClassName
{
color: #DC8AA4;
}
</style>
background-color css
<style>
a { background-color: #DC8AA4; }
a { background-color: rgb(220,138,164); }
div.DivClassName
{
background-color: #DC8AA4;
}
.BgClassName
{
background-color: #DC8AA4;
}
</style>
border-color css
<style>
span { border-color: #DC8AA4; }
span { border-color: rgb(220,138,164); }
td.TdClassName
{
border-color: #DC8AA4;
}
.TagClassName
{
border-color: #DC8AA4;
}
</style>