Shades of Kobi #DD8AA3
Tints of Kobi #DD8AA3
RGB
CMYK
RGB Variations
Color information
#DD8AA3 (or 0xDD8AA3) is known color: Kobi. HEX triplet: DD, 8A and A3. RGB value is (221,138,163). Sum of RGB (Red+Green+Blue) = 221+138+163=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA3 is #22755C. Grayscale: #A5A5A5. Windows color (decimal): -2258269 or 10717917. OLE color: 10717917.
HSL color Cylindrical-coordinate representation of color #DD8AA3: hue angle of 341.93º 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 #DD8AA3 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 163 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.13 |
| HSL | 341.93º | 0.55% | 0.7% | - |
| HSV(B) | 341.93º | 0.38% | 0.87% | - |
| XYZ | 45.52 | 36.19 | 39.24 | - |
| YUV | 165.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 163 | 0 | 0.38 | 0.26 | 0.13 | 341.93 | 0.55 | 0.7 |
| Hex | DD | 8A | A3 | 0 | 26 | 1A | D | 156 | 37 | 46 |
| Octal | 335 | 212 | 243 | 0 | 46 | 32 | 15 | 526 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10100011 | 0 | 100110 | 11010 | 1101 | 101010110 | 110111 | 1000110 |
Color Harmonies of #DD8AA3
Complementary color
Monochromatic Colors of #DD8AA3
Black with #DD8AA3
Text Example
Text Example
White with #DD8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AA3; }
p { color: rgb(221,138,163); }
H1.HeaderClassName
{
color: #DD8AA3;
}
.AnyTagClassName
{
color: #DD8AA3;
}
</style>
background-color css
<style>
a { background-color: #DD8AA3; }
a { background-color: rgb(221,138,163); }
div.DivClassName
{
background-color: #DD8AA3;
}
.BgClassName
{
background-color: #DD8AA3;
}
</style>
border-color css
<style>
span { border-color: #DD8AA3; }
span { border-color: rgb(221,138,163); }
td.TdClassName
{
border-color: #DD8AA3;
}
.TagClassName
{
border-color: #DD8AA3;
}
</style>