Shades of Kobi #DD7CAE
Tints of Kobi #DD7CAE
RGB
CMYK
RGB Variations
Color information
#DD7CAE (or 0xDD7CAE) is known color: Kobi. HEX triplet: DD, 7C and AE. RGB value is (221,124,174). Sum of RGB (Red+Green+Blue) = 221+124+174=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CAE is #228351. Grayscale: #9E9E9E. Windows color (decimal): -2261842 or 11435229. OLE color: 11435229.
HSL color Cylindrical-coordinate representation of color #DD7CAE: hue angle of 329.07º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CAE is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 174 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.13 |
| HSL | 329.07º | 0.59% | 0.68% | - |
| HSV(B) | 329.07º | 0.44% | 0.87% | - |
| XYZ | 44.67 | 32.84 | 44.03 | - |
| YUV | 158.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 174 | 0 | 0.44 | 0.21 | 0.13 | 329.07 | 0.59 | 0.68 |
| Hex | DD | 7C | AE | 0 | 2C | 15 | D | 149 | 3B | 44 |
| Octal | 335 | 174 | 256 | 0 | 54 | 25 | 15 | 511 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10101110 | 0 | 101100 | 10101 | 1101 | 101001001 | 111011 | 1000100 |
Color Harmonies of #DD7CAE
Complementary color
Monochromatic Colors of #DD7CAE
Black with #DD7CAE
Text Example
Text Example
White with #DD7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CAE; }
p { color: rgb(221,124,174); }
H1.HeaderClassName
{
color: #DD7CAE;
}
.AnyTagClassName
{
color: #DD7CAE;
}
</style>
background-color css
<style>
a { background-color: #DD7CAE; }
a { background-color: rgb(221,124,174); }
div.DivClassName
{
background-color: #DD7CAE;
}
.BgClassName
{
background-color: #DD7CAE;
}
</style>
border-color css
<style>
span { border-color: #DD7CAE; }
span { border-color: rgb(221,124,174); }
td.TdClassName
{
border-color: #DD7CAE;
}
.TagClassName
{
border-color: #DD7CAE;
}
</style>