Shades of Kobi #DD8AA5
Tints of Kobi #DD8AA5
RGB
CMYK
RGB Variations
Color information
#DD8AA5 (or 0xDD8AA5) is known color: Kobi. HEX triplet: DD, 8A and A5. RGB value is (221,138,165). Sum of RGB (Red+Green+Blue) = 221+138+165=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA5 is #22755A. Grayscale: #A5A5A5. Windows color (decimal): -2258267 or 10848989. OLE color: 10848989.
HSL color Cylindrical-coordinate representation of color #DD8AA5: hue angle of 340.48º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8AA5 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 165 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.13 |
| HSL | 340.48º | 0.55% | 0.7% | - |
| HSV(B) | 340.48º | 0.38% | 0.87% | - |
| XYZ | 45.7 | 36.27 | 40.19 | - |
| YUV | 165.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 165 | 0 | 0.38 | 0.25 | 0.13 | 340.48 | 0.55 | 0.7 |
| Hex | DD | 8A | A5 | 0 | 26 | 19 | D | 154 | 37 | 46 |
| Octal | 335 | 212 | 245 | 0 | 46 | 31 | 15 | 524 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10100101 | 0 | 100110 | 11001 | 1101 | 101010100 | 110111 | 1000110 |
Color Harmonies of #DD8AA5
Complementary color
Monochromatic Colors of #DD8AA5
Black with #DD8AA5
Text Example
Text Example
White with #DD8AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AA5; }
p { color: rgb(221,138,165); }
H1.HeaderClassName
{
color: #DD8AA5;
}
.AnyTagClassName
{
color: #DD8AA5;
}
</style>
background-color css
<style>
a { background-color: #DD8AA5; }
a { background-color: rgb(221,138,165); }
div.DivClassName
{
background-color: #DD8AA5;
}
.BgClassName
{
background-color: #DD8AA5;
}
</style>
border-color css
<style>
span { border-color: #DD8AA5; }
span { border-color: rgb(221,138,165); }
td.TdClassName
{
border-color: #DD8AA5;
}
.TagClassName
{
border-color: #DD8AA5;
}
</style>