Shades of Kobi #DD7BAE
Tints of Kobi #DD7BAE
RGB
CMYK
RGB Variations
Color information
#DD7BAE (or 0xDD7BAE) is known color: Kobi. HEX triplet: DD, 7B and AE. RGB value is (221,123,174). Sum of RGB (Red+Green+Blue) = 221+123+174=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAE is #228451. Grayscale: #9E9E9E. Windows color (decimal): -2262098 or 11434973. OLE color: 11434973.
HSL color Cylindrical-coordinate representation of color #DD7BAE: hue angle of 328.78º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BAE is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 174 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.13 |
| HSL | 328.78º | 0.59% | 0.67% | - |
| HSV(B) | 328.78º | 0.44% | 0.87% | - |
| XYZ | 44.54 | 32.59 | 43.99 | - |
| YUV | 158.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 174 | 0 | 0.44 | 0.21 | 0.13 | 328.78 | 0.59 | 0.67 |
| Hex | DD | 7B | AE | 0 | 2C | 15 | D | 149 | 3B | 43 |
| Octal | 335 | 173 | 256 | 0 | 54 | 25 | 15 | 511 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10101110 | 0 | 101100 | 10101 | 1101 | 101001001 | 111011 | 1000011 |
Color Harmonies of #DD7BAE
Complementary color
Monochromatic Colors of #DD7BAE
Black with #DD7BAE
Text Example
Text Example
White with #DD7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BAE; }
p { color: rgb(221,123,174); }
H1.HeaderClassName
{
color: #DD7BAE;
}
.AnyTagClassName
{
color: #DD7BAE;
}
</style>
background-color css
<style>
a { background-color: #DD7BAE; }
a { background-color: rgb(221,123,174); }
div.DivClassName
{
background-color: #DD7BAE;
}
.BgClassName
{
background-color: #DD7BAE;
}
</style>
border-color css
<style>
span { border-color: #DD7BAE; }
span { border-color: rgb(221,123,174); }
td.TdClassName
{
border-color: #DD7BAE;
}
.TagClassName
{
border-color: #DD7BAE;
}
</style>