Shades of Kobi #DC84AC
Tints of Kobi #DC84AC
RGB
CMYK
RGB Variations
Color information
#DC84AC (or 0xDC84AC) is known color: Kobi. HEX triplet: DC, 84 and AC. RGB value is (220,132,172). Sum of RGB (Red+Green+Blue) = 220+132+172=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84AC is #237B53. Grayscale: #A2A2A2. Windows color (decimal): -2325332 or 11306204. OLE color: 11306204.
HSL color Cylindrical-coordinate representation of color #DC84AC: hue angle of 332.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC84AC is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 172 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.14 |
| HSL | 332.73º | 0.56% | 0.69% | - |
| HSV(B) | 332.73º | 0.4% | 0.86% | - |
| XYZ | 45.21 | 34.7 | 43.34 | - |
| YUV | 162.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 172 | 0 | 0.40 | 0.22 | 0.14 | 332.73 | 0.56 | 0.69 |
| Hex | DC | 84 | AC | 0 | 28 | 16 | E | 14D | 38 | 45 |
| Octal | 334 | 204 | 254 | 0 | 50 | 26 | 16 | 515 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10101100 | 0 | 101000 | 10110 | 1110 | 101001101 | 111000 | 1000101 |
Color Harmonies of #DC84AC
Complementary color
Monochromatic Colors of #DC84AC
Black with #DC84AC
Text Example
Text Example
White with #DC84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84AC; }
p { color: rgb(220,132,172); }
H1.HeaderClassName
{
color: #DC84AC;
}
.AnyTagClassName
{
color: #DC84AC;
}
</style>
background-color css
<style>
a { background-color: #DC84AC; }
a { background-color: rgb(220,132,172); }
div.DivClassName
{
background-color: #DC84AC;
}
.BgClassName
{
background-color: #DC84AC;
}
</style>
border-color css
<style>
span { border-color: #DC84AC; }
span { border-color: rgb(220,132,172); }
td.TdClassName
{
border-color: #DC84AC;
}
.TagClassName
{
border-color: #DC84AC;
}
</style>