Shades of Kobi #DD97A8
Tints of Kobi #DD97A8
RGB
CMYK
RGB Variations
Color information
#DD97A8 (or 0xDD97A8) is known color: Kobi. HEX triplet: DD, 97 and A8. RGB value is (221,151,168). Sum of RGB (Red+Green+Blue) = 221+151+168=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD97A8 is #226857. Grayscale: #ADADAD. Windows color (decimal): -2254936 or 11048925. OLE color: 11048925.
HSL color Cylindrical-coordinate representation of color #DD97A8: hue angle of 345.43º 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 #DD97A8 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 168 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.13 |
| HSL | 345.43º | 0.51% | 0.73% | - |
| HSV(B) | 345.43º | 0.32% | 0.87% | - |
| XYZ | 47.95 | 40.33 | 42.3 | - |
| YUV | 173.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 168 | 0 | 0.32 | 0.24 | 0.13 | 345.43 | 0.51 | 0.73 |
| Hex | DD | 97 | A8 | 0 | 20 | 18 | D | 159 | 33 | 49 |
| Octal | 335 | 227 | 250 | 0 | 40 | 30 | 15 | 531 | 63 | 111 |
| Binary | 11011101 | 10010111 | 10101000 | 0 | 100000 | 11000 | 1101 | 101011001 | 110011 | 1001001 |
Color Harmonies of #DD97A8
Complementary color
Monochromatic Colors of #DD97A8
Black with #DD97A8
Text Example
Text Example
White with #DD97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97A8; }
p { color: rgb(221,151,168); }
H1.HeaderClassName
{
color: #DD97A8;
}
.AnyTagClassName
{
color: #DD97A8;
}
</style>
background-color css
<style>
a { background-color: #DD97A8; }
a { background-color: rgb(221,151,168); }
div.DivClassName
{
background-color: #DD97A8;
}
.BgClassName
{
background-color: #DD97A8;
}
</style>
border-color css
<style>
span { border-color: #DD97A8; }
span { border-color: rgb(221,151,168); }
td.TdClassName
{
border-color: #DD97A8;
}
.TagClassName
{
border-color: #DD97A8;
}
</style>