Shades of Kobi #DD8FA2
Tints of Kobi #DD8FA2
RGB
CMYK
RGB Variations
Color information
#DD8FA2 (or 0xDD8FA2) is known color: Kobi. HEX triplet: DD, 8F and A2. RGB value is (221,143,162). Sum of RGB (Red+Green+Blue) = 221+143+162=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FA2 is #22705D. Grayscale: #A8A8A8. Windows color (decimal): -2256990 or 10653661. OLE color: 10653661.
HSL color Cylindrical-coordinate representation of color #DD8FA2: hue angle of 345.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FA2 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 162 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.13 |
| HSL | 345.38º | 0.53% | 0.71% | - |
| HSV(B) | 345.38º | 0.35% | 0.87% | - |
| XYZ | 46.16 | 37.63 | 39.01 | - |
| YUV | 168.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 162 | 0 | 0.35 | 0.27 | 0.13 | 345.38 | 0.53 | 0.71 |
| Hex | DD | 8F | A2 | 0 | 23 | 1B | D | 159 | 35 | 47 |
| Octal | 335 | 217 | 242 | 0 | 43 | 33 | 15 | 531 | 65 | 107 |
| Binary | 11011101 | 10001111 | 10100010 | 0 | 100011 | 11011 | 1101 | 101011001 | 110101 | 1000111 |
Color Harmonies of #DD8FA2
Complementary color
Monochromatic Colors of #DD8FA2
Black with #DD8FA2
Text Example
Text Example
White with #DD8FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FA2; }
p { color: rgb(221,143,162); }
H1.HeaderClassName
{
color: #DD8FA2;
}
.AnyTagClassName
{
color: #DD8FA2;
}
</style>
background-color css
<style>
a { background-color: #DD8FA2; }
a { background-color: rgb(221,143,162); }
div.DivClassName
{
background-color: #DD8FA2;
}
.BgClassName
{
background-color: #DD8FA2;
}
</style>
border-color css
<style>
span { border-color: #DD8FA2; }
span { border-color: rgb(221,143,162); }
td.TdClassName
{
border-color: #DD8FA2;
}
.TagClassName
{
border-color: #DD8FA2;
}
</style>