Shades of Kobi #DD84AC
Tints of Kobi #DD84AC
RGB
CMYK
RGB Variations
Color information
#DD84AC (or 0xDD84AC) is known color: Kobi. HEX triplet: DD, 84 and AC. RGB value is (221,132,172). Sum of RGB (Red+Green+Blue) = 221+132+172=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD84AC is #227B53. Grayscale: #A3A3A3. Windows color (decimal): -2259796 or 11306205. OLE color: 11306205.
HSL color Cylindrical-coordinate representation of color #DD84AC: hue angle of 333.03º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84AC is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 172 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.13 |
| HSL | 333.03º | 0.57% | 0.69% | - |
| HSV(B) | 333.03º | 0.4% | 0.87% | - |
| XYZ | 45.52 | 34.85 | 43.36 | - |
| YUV | 163.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 172 | 0 | 0.40 | 0.22 | 0.13 | 333.03 | 0.57 | 0.69 |
| Hex | DD | 84 | AC | 0 | 28 | 16 | D | 14D | 39 | 45 |
| Octal | 335 | 204 | 254 | 0 | 50 | 26 | 15 | 515 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10101100 | 0 | 101000 | 10110 | 1101 | 101001101 | 111001 | 1000101 |
Color Harmonies of #DD84AC
Complementary color
Monochromatic Colors of #DD84AC
Black with #DD84AC
Text Example
Text Example
White with #DD84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84AC; }
p { color: rgb(221,132,172); }
H1.HeaderClassName
{
color: #DD84AC;
}
.AnyTagClassName
{
color: #DD84AC;
}
</style>
background-color css
<style>
a { background-color: #DD84AC; }
a { background-color: rgb(221,132,172); }
div.DivClassName
{
background-color: #DD84AC;
}
.BgClassName
{
background-color: #DD84AC;
}
</style>
border-color css
<style>
span { border-color: #DD84AC; }
span { border-color: rgb(221,132,172); }
td.TdClassName
{
border-color: #DD84AC;
}
.TagClassName
{
border-color: #DD84AC;
}
</style>