Shades of Kobi #DD7DAE
Tints of Kobi #DD7DAE
RGB
CMYK
RGB Variations
Color information
#DD7DAE (or 0xDD7DAE) is known color: Kobi. HEX triplet: DD, 7D and AE. RGB value is (221,125,174). Sum of RGB (Red+Green+Blue) = 221+125+174=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DAE is #228251. Grayscale: #9F9F9F. Windows color (decimal): -2261586 or 11435485. OLE color: 11435485.
HSL color Cylindrical-coordinate representation of color #DD7DAE: hue angle of 329.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DAE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 174 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.13 |
| HSL | 329.38º | 0.59% | 0.68% | - |
| HSV(B) | 329.38º | 0.43% | 0.87% | - |
| XYZ | 44.79 | 33.1 | 44.07 | - |
| YUV | 159.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 174 | 0 | 0.43 | 0.21 | 0.13 | 329.38 | 0.59 | 0.68 |
| Hex | DD | 7D | AE | 0 | 2B | 15 | D | 149 | 3B | 44 |
| Octal | 335 | 175 | 256 | 0 | 53 | 25 | 15 | 511 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10101110 | 0 | 101011 | 10101 | 1101 | 101001001 | 111011 | 1000100 |
Color Harmonies of #DD7DAE
Complementary color
Monochromatic Colors of #DD7DAE
Black with #DD7DAE
Text Example
Text Example
White with #DD7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DAE; }
p { color: rgb(221,125,174); }
H1.HeaderClassName
{
color: #DD7DAE;
}
.AnyTagClassName
{
color: #DD7DAE;
}
</style>
background-color css
<style>
a { background-color: #DD7DAE; }
a { background-color: rgb(221,125,174); }
div.DivClassName
{
background-color: #DD7DAE;
}
.BgClassName
{
background-color: #DD7DAE;
}
</style>
border-color css
<style>
span { border-color: #DD7DAE; }
span { border-color: rgb(221,125,174); }
td.TdClassName
{
border-color: #DD7DAE;
}
.TagClassName
{
border-color: #DD7DAE;
}
</style>