Shades of Kobi #DD97AD
Tints of Kobi #DD97AD
RGB
CMYK
RGB Variations
Color information
#DD97AD (or 0xDD97AD) is known color: Kobi. HEX triplet: DD, 97 and AD. RGB value is (221,151,173). Sum of RGB (Red+Green+Blue) = 221+151+173=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD97AD is #226852. Grayscale: #AEAEAE. Windows color (decimal): -2254931 or 11376605. OLE color: 11376605.
HSL color Cylindrical-coordinate representation of color #DD97AD: hue angle of 341.14º 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 #DD97AD is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 173 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.13 |
| HSL | 341.14º | 0.51% | 0.73% | - |
| HSV(B) | 341.14º | 0.32% | 0.87% | - |
| XYZ | 48.43 | 40.52 | 44.8 | - |
| YUV | 174.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 173 | 0 | 0.32 | 0.22 | 0.13 | 341.14 | 0.51 | 0.73 |
| Hex | DD | 97 | AD | 0 | 20 | 16 | D | 155 | 33 | 49 |
| Octal | 335 | 227 | 255 | 0 | 40 | 26 | 15 | 525 | 63 | 111 |
| Binary | 11011101 | 10010111 | 10101101 | 0 | 100000 | 10110 | 1101 | 101010101 | 110011 | 1001001 |
Color Harmonies of #DD97AD
Complementary color
Monochromatic Colors of #DD97AD
Black with #DD97AD
Text Example
Text Example
White with #DD97AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97AD; }
p { color: rgb(221,151,173); }
H1.HeaderClassName
{
color: #DD97AD;
}
.AnyTagClassName
{
color: #DD97AD;
}
</style>
background-color css
<style>
a { background-color: #DD97AD; }
a { background-color: rgb(221,151,173); }
div.DivClassName
{
background-color: #DD97AD;
}
.BgClassName
{
background-color: #DD97AD;
}
</style>
border-color css
<style>
span { border-color: #DD97AD; }
span { border-color: rgb(221,151,173); }
td.TdClassName
{
border-color: #DD97AD;
}
.TagClassName
{
border-color: #DD97AD;
}
</style>