Shades of Kobi #DD84B0
Tints of Kobi #DD84B0
RGB
CMYK
RGB Variations
Color information
#DD84B0 (or 0xDD84B0) is known color: Kobi. HEX triplet: DD, 84 and B0. RGB value is (221,132,176). Sum of RGB (Red+Green+Blue) = 221+132+176=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD84B0 is #227B4F. Grayscale: #A3A3A3. Windows color (decimal): -2259792 or 11568349. OLE color: 11568349.
HSL color Cylindrical-coordinate representation of color #DD84B0: hue angle of 330.34º 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 #DD84B0 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 176 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.13 |
| HSL | 330.34º | 0.57% | 0.69% | - |
| HSV(B) | 330.34º | 0.4% | 0.87% | - |
| XYZ | 45.91 | 35.01 | 45.41 | - |
| YUV | 163.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 176 | 0 | 0.40 | 0.20 | 0.13 | 330.34 | 0.57 | 0.69 |
| Hex | DD | 84 | B0 | 0 | 28 | 14 | D | 14A | 39 | 45 |
| Octal | 335 | 204 | 260 | 0 | 50 | 24 | 15 | 512 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10110000 | 0 | 101000 | 10100 | 1101 | 101001010 | 111001 | 1000101 |
Color Harmonies of #DD84B0
Complementary color
Monochromatic Colors of #DD84B0
Black with #DD84B0
Text Example
Text Example
White with #DD84B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84B0; }
p { color: rgb(221,132,176); }
H1.HeaderClassName
{
color: #DD84B0;
}
.AnyTagClassName
{
color: #DD84B0;
}
</style>
background-color css
<style>
a { background-color: #DD84B0; }
a { background-color: rgb(221,132,176); }
div.DivClassName
{
background-color: #DD84B0;
}
.BgClassName
{
background-color: #DD84B0;
}
</style>
border-color css
<style>
span { border-color: #DD84B0; }
span { border-color: rgb(221,132,176); }
td.TdClassName
{
border-color: #DD84B0;
}
.TagClassName
{
border-color: #DD84B0;
}
</style>