Shades of Kobi #DD88A5
Tints of Kobi #DD88A5
RGB
CMYK
RGB Variations
Color information
#DD88A5 (or 0xDD88A5) is known color: Kobi. HEX triplet: DD, 88 and A5. RGB value is (221,136,165). Sum of RGB (Red+Green+Blue) = 221+136+165=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88A5 is #22775A. Grayscale: #A4A4A4. Windows color (decimal): -2258779 or 10848477. OLE color: 10848477.
HSL color Cylindrical-coordinate representation of color #DD88A5: hue angle of 339.53º degrees, saturation: 0.56, 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 #DD88A5 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 165 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.13 |
| HSL | 339.53º | 0.56% | 0.7% | - |
| HSV(B) | 339.53º | 0.38% | 0.87% | - |
| XYZ | 45.41 | 35.7 | 40.09 | - |
| YUV | 164.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 165 | 0 | 0.38 | 0.25 | 0.13 | 339.53 | 0.56 | 0.7 |
| Hex | DD | 88 | A5 | 0 | 26 | 19 | D | 154 | 38 | 46 |
| Octal | 335 | 210 | 245 | 0 | 46 | 31 | 15 | 524 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10100101 | 0 | 100110 | 11001 | 1101 | 101010100 | 111000 | 1000110 |
Color Harmonies of #DD88A5
Complementary color
Monochromatic Colors of #DD88A5
Black with #DD88A5
Text Example
Text Example
White with #DD88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88A5; }
p { color: rgb(221,136,165); }
H1.HeaderClassName
{
color: #DD88A5;
}
.AnyTagClassName
{
color: #DD88A5;
}
</style>
background-color css
<style>
a { background-color: #DD88A5; }
a { background-color: rgb(221,136,165); }
div.DivClassName
{
background-color: #DD88A5;
}
.BgClassName
{
background-color: #DD88A5;
}
</style>
border-color css
<style>
span { border-color: #DD88A5; }
span { border-color: rgb(221,136,165); }
td.TdClassName
{
border-color: #DD88A5;
}
.TagClassName
{
border-color: #DD88A5;
}
</style>