Shades of Kobi #DD7FA5
Tints of Kobi #DD7FA5
RGB
CMYK
RGB Variations
Color information
#DD7FA5 (or 0xDD7FA5) is known color: Kobi. HEX triplet: DD, 7F and A5. RGB value is (221,127,165). Sum of RGB (Red+Green+Blue) = 221+127+165=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FA5 is #22805A. Grayscale: #9F9F9F. Windows color (decimal): -2261083 or 10846173. OLE color: 10846173.
HSL color Cylindrical-coordinate representation of color #DD7FA5: hue angle of 335.74º 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 #DD7FA5 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 165 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.13 |
| HSL | 335.74º | 0.58% | 0.68% | - |
| HSV(B) | 335.74º | 0.43% | 0.87% | - |
| XYZ | 44.2 | 33.27 | 39.69 | - |
| YUV | 159.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 165 | 0 | 0.43 | 0.25 | 0.13 | 335.74 | 0.58 | 0.68 |
| Hex | DD | 7F | A5 | 0 | 2B | 19 | D | 150 | 3A | 44 |
| Octal | 335 | 177 | 245 | 0 | 53 | 31 | 15 | 520 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10100101 | 0 | 101011 | 11001 | 1101 | 101010000 | 111010 | 1000100 |
Color Harmonies of #DD7FA5
Complementary color
Monochromatic Colors of #DD7FA5
Black with #DD7FA5
Text Example
Text Example
White with #DD7FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FA5; }
p { color: rgb(221,127,165); }
H1.HeaderClassName
{
color: #DD7FA5;
}
.AnyTagClassName
{
color: #DD7FA5;
}
</style>
background-color css
<style>
a { background-color: #DD7FA5; }
a { background-color: rgb(221,127,165); }
div.DivClassName
{
background-color: #DD7FA5;
}
.BgClassName
{
background-color: #DD7FA5;
}
</style>
border-color css
<style>
span { border-color: #DD7FA5; }
span { border-color: rgb(221,127,165); }
td.TdClassName
{
border-color: #DD7FA5;
}
.TagClassName
{
border-color: #DD7FA5;
}
</style>