Shades of Kobi #DD84B3
Tints of Kobi #DD84B3
RGB
CMYK
RGB Variations
Color information
#DD84B3 (or 0xDD84B3) is known color: Kobi. HEX triplet: DD, 84 and B3. RGB value is (221,132,179). Sum of RGB (Red+Green+Blue) = 221+132+179=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84B3 is #227B4C. Grayscale: #A3A3A3. Windows color (decimal): -2259789 or 11764957. OLE color: 11764957.
HSL color Cylindrical-coordinate representation of color #DD84B3: hue angle of 328.31º 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 #DD84B3 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 179 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.13 |
| HSL | 328.31º | 0.57% | 0.69% | - |
| HSV(B) | 328.31º | 0.4% | 0.87% | - |
| XYZ | 46.21 | 35.13 | 46.99 | - |
| YUV | 163.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 179 | 0 | 0.40 | 0.19 | 0.13 | 328.31 | 0.57 | 0.69 |
| Hex | DD | 84 | B3 | 0 | 28 | 13 | D | 148 | 39 | 45 |
| Octal | 335 | 204 | 263 | 0 | 50 | 23 | 15 | 510 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10110011 | 0 | 101000 | 10011 | 1101 | 101001000 | 111001 | 1000101 |
Color Harmonies of #DD84B3
Complementary color
Monochromatic Colors of #DD84B3
Black with #DD84B3
Text Example
Text Example
White with #DD84B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84B3; }
p { color: rgb(221,132,179); }
H1.HeaderClassName
{
color: #DD84B3;
}
.AnyTagClassName
{
color: #DD84B3;
}
</style>
background-color css
<style>
a { background-color: #DD84B3; }
a { background-color: rgb(221,132,179); }
div.DivClassName
{
background-color: #DD84B3;
}
.BgClassName
{
background-color: #DD84B3;
}
</style>
border-color css
<style>
span { border-color: #DD84B3; }
span { border-color: rgb(221,132,179); }
td.TdClassName
{
border-color: #DD84B3;
}
.TagClassName
{
border-color: #DD84B3;
}
</style>