Shades of Kobi #DD84AD
Tints of Kobi #DD84AD
RGB
CMYK
RGB Variations
Color information
#DD84AD (or 0xDD84AD) is known color: Kobi. HEX triplet: DD, 84 and AD. RGB value is (221,132,173). Sum of RGB (Red+Green+Blue) = 221+132+173=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD84AD is #227B52. Grayscale: #A3A3A3. Windows color (decimal): -2259795 or 11371741. OLE color: 11371741.
HSL color Cylindrical-coordinate representation of color #DD84AD: hue angle of 332.36º 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 #DD84AD is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 173 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.13 |
| HSL | 332.36º | 0.57% | 0.69% | - |
| HSV(B) | 332.36º | 0.4% | 0.87% | - |
| XYZ | 45.61 | 34.89 | 43.87 | - |
| YUV | 163.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 173 | 0 | 0.40 | 0.22 | 0.13 | 332.36 | 0.57 | 0.69 |
| Hex | DD | 84 | AD | 0 | 28 | 16 | D | 14C | 39 | 45 |
| Octal | 335 | 204 | 255 | 0 | 50 | 26 | 15 | 514 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10101101 | 0 | 101000 | 10110 | 1101 | 101001100 | 111001 | 1000101 |
Color Harmonies of #DD84AD
Complementary color
Monochromatic Colors of #DD84AD
Black with #DD84AD
Text Example
Text Example
White with #DD84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84AD; }
p { color: rgb(221,132,173); }
H1.HeaderClassName
{
color: #DD84AD;
}
.AnyTagClassName
{
color: #DD84AD;
}
</style>
background-color css
<style>
a { background-color: #DD84AD; }
a { background-color: rgb(221,132,173); }
div.DivClassName
{
background-color: #DD84AD;
}
.BgClassName
{
background-color: #DD84AD;
}
</style>
border-color css
<style>
span { border-color: #DD84AD; }
span { border-color: rgb(221,132,173); }
td.TdClassName
{
border-color: #DD84AD;
}
.TagClassName
{
border-color: #DD84AD;
}
</style>