Shades of Kobi #DD8AA4
Tints of Kobi #DD8AA4
RGB
CMYK
RGB Variations
Color information
#DD8AA4 (or 0xDD8AA4) is known color: Kobi. HEX triplet: DD, 8A and A4. RGB value is (221,138,164). Sum of RGB (Red+Green+Blue) = 221+138+164=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA4 is #22755B. Grayscale: #A5A5A5. Windows color (decimal): -2258268 or 10783453. OLE color: 10783453.
HSL color Cylindrical-coordinate representation of color #DD8AA4: hue angle of 341.2º 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 #DD8AA4 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 164 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.13 |
| HSL | 341.2º | 0.55% | 0.7% | - |
| HSV(B) | 341.2º | 0.38% | 0.87% | - |
| XYZ | 45.61 | 36.23 | 39.71 | - |
| YUV | 165.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 164 | 0 | 0.38 | 0.26 | 0.13 | 341.2 | 0.55 | 0.7 |
| Hex | DD | 8A | A4 | 0 | 26 | 1A | D | 155 | 37 | 46 |
| Octal | 335 | 212 | 244 | 0 | 46 | 32 | 15 | 525 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10100100 | 0 | 100110 | 11010 | 1101 | 101010101 | 110111 | 1000110 |
Color Harmonies of #DD8AA4
Complementary color
Monochromatic Colors of #DD8AA4
Black with #DD8AA4
Text Example
Text Example
White with #DD8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AA4; }
p { color: rgb(221,138,164); }
H1.HeaderClassName
{
color: #DD8AA4;
}
.AnyTagClassName
{
color: #DD8AA4;
}
</style>
background-color css
<style>
a { background-color: #DD8AA4; }
a { background-color: rgb(221,138,164); }
div.DivClassName
{
background-color: #DD8AA4;
}
.BgClassName
{
background-color: #DD8AA4;
}
</style>
border-color css
<style>
span { border-color: #DD8AA4; }
span { border-color: rgb(221,138,164); }
td.TdClassName
{
border-color: #DD8AA4;
}
.TagClassName
{
border-color: #DD8AA4;
}
</style>