Shades of Kobi #DD8CAF
Tints of Kobi #DD8CAF
RGB
CMYK
RGB Variations
Color information
#DD8CAF (or 0xDD8CAF) is known color: Kobi. HEX triplet: DD, 8C and AF. RGB value is (221,140,175). Sum of RGB (Red+Green+Blue) = 221+140+175=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8CAF is #227350. Grayscale: #A8A8A8. Windows color (decimal): -2257745 or 11504861. OLE color: 11504861.
HSL color Cylindrical-coordinate representation of color #DD8CAF: hue angle of 334.07º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8CAF is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 175 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.13 |
| HSL | 334.07º | 0.54% | 0.71% | - |
| HSV(B) | 334.07º | 0.37% | 0.87% | - |
| XYZ | 46.93 | 37.22 | 45.27 | - |
| YUV | 168.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 175 | 0 | 0.37 | 0.21 | 0.13 | 334.07 | 0.54 | 0.71 |
| Hex | DD | 8C | AF | 0 | 25 | 15 | D | 14E | 36 | 47 |
| Octal | 335 | 214 | 257 | 0 | 45 | 25 | 15 | 516 | 66 | 107 |
| Binary | 11011101 | 10001100 | 10101111 | 0 | 100101 | 10101 | 1101 | 101001110 | 110110 | 1000111 |
Color Harmonies of #DD8CAF
Complementary color
Monochromatic Colors of #DD8CAF
Black with #DD8CAF
Text Example
Text Example
White with #DD8CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CAF; }
p { color: rgb(221,140,175); }
H1.HeaderClassName
{
color: #DD8CAF;
}
.AnyTagClassName
{
color: #DD8CAF;
}
</style>
background-color css
<style>
a { background-color: #DD8CAF; }
a { background-color: rgb(221,140,175); }
div.DivClassName
{
background-color: #DD8CAF;
}
.BgClassName
{
background-color: #DD8CAF;
}
</style>
border-color css
<style>
span { border-color: #DD8CAF; }
span { border-color: rgb(221,140,175); }
td.TdClassName
{
border-color: #DD8CAF;
}
.TagClassName
{
border-color: #DD8CAF;
}
</style>