Shades of Kobi #DD97A3
Tints of Kobi #DD97A3
RGB
CMYK
RGB Variations
Color information
#DD97A3 (or 0xDD97A3) is known color: Kobi. HEX triplet: DD, 97 and A3. RGB value is (221,151,163). Sum of RGB (Red+Green+Blue) = 221+151+163=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD97A3 is #22685C. Grayscale: #ADADAD. Windows color (decimal): -2254941 or 10721245. OLE color: 10721245.
HSL color Cylindrical-coordinate representation of color #DD97A3: hue angle of 349.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97A3 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 163 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.13 |
| HSL | 349.71º | 0.51% | 0.73% | - |
| HSV(B) | 349.71º | 0.32% | 0.87% | - |
| XYZ | 47.5 | 40.15 | 39.9 | - |
| YUV | 173.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 163 | 0 | 0.32 | 0.26 | 0.13 | 349.71 | 0.51 | 0.73 |
| Hex | DD | 97 | A3 | 0 | 20 | 1A | D | 15E | 33 | 49 |
| Octal | 335 | 227 | 243 | 0 | 40 | 32 | 15 | 536 | 63 | 111 |
| Binary | 11011101 | 10010111 | 10100011 | 0 | 100000 | 11010 | 1101 | 101011110 | 110011 | 1001001 |
Color Harmonies of #DD97A3
Complementary color
Monochromatic Colors of #DD97A3
Black with #DD97A3
Text Example
Text Example
White with #DD97A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97A3; }
p { color: rgb(221,151,163); }
H1.HeaderClassName
{
color: #DD97A3;
}
.AnyTagClassName
{
color: #DD97A3;
}
</style>
background-color css
<style>
a { background-color: #DD97A3; }
a { background-color: rgb(221,151,163); }
div.DivClassName
{
background-color: #DD97A3;
}
.BgClassName
{
background-color: #DD97A3;
}
</style>
border-color css
<style>
span { border-color: #DD97A3; }
span { border-color: rgb(221,151,163); }
td.TdClassName
{
border-color: #DD97A3;
}
.TagClassName
{
border-color: #DD97A3;
}
</style>