Shades of Kobi #DD7FAD
Tints of Kobi #DD7FAD
RGB
CMYK
RGB Variations
Color information
#DD7FAD (or 0xDD7FAD) is known color: Kobi. HEX triplet: DD, 7F and AD. RGB value is (221,127,173). Sum of RGB (Red+Green+Blue) = 221+127+173=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FAD is #228052. Grayscale: #A0A0A0. Windows color (decimal): -2261075 or 11370461. OLE color: 11370461.
HSL color Cylindrical-coordinate representation of color #DD7FAD: hue angle of 330.64º degrees, saturation: 0.58, 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 #DD7FAD is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 173 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.13 |
| HSL | 330.64º | 0.58% | 0.68% | - |
| HSV(B) | 330.64º | 0.43% | 0.87% | - |
| XYZ | 44.95 | 33.57 | 43.65 | - |
| YUV | 160.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 173 | 0 | 0.43 | 0.22 | 0.13 | 330.64 | 0.58 | 0.68 |
| Hex | DD | 7F | AD | 0 | 2B | 16 | D | 14B | 3A | 44 |
| Octal | 335 | 177 | 255 | 0 | 53 | 26 | 15 | 513 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10101101 | 0 | 101011 | 10110 | 1101 | 101001011 | 111010 | 1000100 |
Color Harmonies of #DD7FAD
Complementary color
Monochromatic Colors of #DD7FAD
Black with #DD7FAD
Text Example
Text Example
White with #DD7FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FAD; }
p { color: rgb(221,127,173); }
H1.HeaderClassName
{
color: #DD7FAD;
}
.AnyTagClassName
{
color: #DD7FAD;
}
</style>
background-color css
<style>
a { background-color: #DD7FAD; }
a { background-color: rgb(221,127,173); }
div.DivClassName
{
background-color: #DD7FAD;
}
.BgClassName
{
background-color: #DD7FAD;
}
</style>
border-color css
<style>
span { border-color: #DD7FAD; }
span { border-color: rgb(221,127,173); }
td.TdClassName
{
border-color: #DD7FAD;
}
.TagClassName
{
border-color: #DD7FAD;
}
</style>