Shades of Kobi #DD7AAC
Tints of Kobi #DD7AAC
RGB
CMYK
RGB Variations
Color information
#DD7AAC (or 0xDD7AAC) is known color: Kobi. HEX triplet: DD, 7A and AC. RGB value is (221,122,172). Sum of RGB (Red+Green+Blue) = 221+122+172=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AAC is #228553. Grayscale: #9D9D9D. Windows color (decimal): -2262356 or 11303645. OLE color: 11303645.
HSL color Cylindrical-coordinate representation of color #DD7AAC: hue angle of 329.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AAC is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 172 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.13 |
| HSL | 329.7º | 0.59% | 0.67% | - |
| HSV(B) | 329.7º | 0.45% | 0.87% | - |
| XYZ | 44.22 | 32.27 | 42.93 | - |
| YUV | 157.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 172 | 0 | 0.45 | 0.22 | 0.13 | 329.7 | 0.59 | 0.67 |
| Hex | DD | 7A | AC | 0 | 2D | 16 | D | 14A | 3B | 43 |
| Octal | 335 | 172 | 254 | 0 | 55 | 26 | 15 | 512 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10101100 | 0 | 101101 | 10110 | 1101 | 101001010 | 111011 | 1000011 |
Color Harmonies of #DD7AAC
Complementary color
Monochromatic Colors of #DD7AAC
Black with #DD7AAC
Text Example
Text Example
White with #DD7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AAC; }
p { color: rgb(221,122,172); }
H1.HeaderClassName
{
color: #DD7AAC;
}
.AnyTagClassName
{
color: #DD7AAC;
}
</style>
background-color css
<style>
a { background-color: #DD7AAC; }
a { background-color: rgb(221,122,172); }
div.DivClassName
{
background-color: #DD7AAC;
}
.BgClassName
{
background-color: #DD7AAC;
}
</style>
border-color css
<style>
span { border-color: #DD7AAC; }
span { border-color: rgb(221,122,172); }
td.TdClassName
{
border-color: #DD7AAC;
}
.TagClassName
{
border-color: #DD7AAC;
}
</style>