Shades of Kobi #DD8DA5
Tints of Kobi #DD8DA5
RGB
CMYK
RGB Variations
Color information
#DD8DA5 (or 0xDD8DA5) is known color: Kobi. HEX triplet: DD, 8D and A5. RGB value is (221,141,165). Sum of RGB (Red+Green+Blue) = 221+141+165=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8DA5 is #22725A. Grayscale: #A7A7A7. Windows color (decimal): -2257499 or 10849757. OLE color: 10849757.
HSL color Cylindrical-coordinate representation of color #DD8DA5: hue angle of 342º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8DA5 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 165 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.13 |
| HSL | 342º | 0.54% | 0.71% | - |
| HSV(B) | 342º | 0.36% | 0.87% | - |
| XYZ | 46.14 | 37.14 | 40.33 | - |
| YUV | 167.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 165 | 0 | 0.36 | 0.25 | 0.13 | 342 | 0.54 | 0.71 |
| Hex | DD | 8D | A5 | 0 | 24 | 19 | D | 156 | 36 | 47 |
| Octal | 335 | 215 | 245 | 0 | 44 | 31 | 15 | 526 | 66 | 107 |
| Binary | 11011101 | 10001101 | 10100101 | 0 | 100100 | 11001 | 1101 | 101010110 | 110110 | 1000111 |
Color Harmonies of #DD8DA5
Complementary color
Monochromatic Colors of #DD8DA5
Black with #DD8DA5
Text Example
Text Example
White with #DD8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DA5; }
p { color: rgb(221,141,165); }
H1.HeaderClassName
{
color: #DD8DA5;
}
.AnyTagClassName
{
color: #DD8DA5;
}
</style>
background-color css
<style>
a { background-color: #DD8DA5; }
a { background-color: rgb(221,141,165); }
div.DivClassName
{
background-color: #DD8DA5;
}
.BgClassName
{
background-color: #DD8DA5;
}
</style>
border-color css
<style>
span { border-color: #DD8DA5; }
span { border-color: rgb(221,141,165); }
td.TdClassName
{
border-color: #DD8DA5;
}
.TagClassName
{
border-color: #DD8DA5;
}
</style>