Shades of Kobi #DD85B2
Tints of Kobi #DD85B2
RGB
CMYK
RGB Variations
Color information
#DD85B2 (or 0xDD85B2) is known color: Kobi. HEX triplet: DD, 85 and B2. RGB value is (221,133,178). Sum of RGB (Red+Green+Blue) = 221+133+178=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85B2 is #227A4D. Grayscale: #A4A4A4. Windows color (decimal): -2259534 or 11699677. OLE color: 11699677.
HSL color Cylindrical-coordinate representation of color #DD85B2: hue angle of 329.32º degrees, saturation: 0.56, 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 #DD85B2 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 178 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.13 |
| HSL | 329.32º | 0.56% | 0.69% | - |
| HSV(B) | 329.32º | 0.4% | 0.87% | - |
| XYZ | 46.24 | 35.36 | 46.51 | - |
| YUV | 164.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 178 | 0 | 0.40 | 0.19 | 0.13 | 329.32 | 0.56 | 0.69 |
| Hex | DD | 85 | B2 | 0 | 28 | 13 | D | 149 | 38 | 45 |
| Octal | 335 | 205 | 262 | 0 | 50 | 23 | 15 | 511 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10110010 | 0 | 101000 | 10011 | 1101 | 101001001 | 111000 | 1000101 |
Color Harmonies of #DD85B2
Complementary color
Monochromatic Colors of #DD85B2
Black with #DD85B2
Text Example
Text Example
White with #DD85B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85B2; }
p { color: rgb(221,133,178); }
H1.HeaderClassName
{
color: #DD85B2;
}
.AnyTagClassName
{
color: #DD85B2;
}
</style>
background-color css
<style>
a { background-color: #DD85B2; }
a { background-color: rgb(221,133,178); }
div.DivClassName
{
background-color: #DD85B2;
}
.BgClassName
{
background-color: #DD85B2;
}
</style>
border-color css
<style>
span { border-color: #DD85B2; }
span { border-color: rgb(221,133,178); }
td.TdClassName
{
border-color: #DD85B2;
}
.TagClassName
{
border-color: #DD85B2;
}
</style>