Shades of Kobi #DD95AD
Tints of Kobi #DD95AD
RGB
CMYK
RGB Variations
Color information
#DD95AD (or 0xDD95AD) is known color: Kobi. HEX triplet: DD, 95 and AD. RGB value is (221,149,173). Sum of RGB (Red+Green+Blue) = 221+149+173=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95AD is #226A52. Grayscale: #ADADAD. Windows color (decimal): -2255443 or 11376093. OLE color: 11376093.
HSL color Cylindrical-coordinate representation of color #DD95AD: hue angle of 340º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95AD is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 173 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.13 |
| HSL | 340º | 0.51% | 0.73% | - |
| HSV(B) | 340º | 0.33% | 0.87% | - |
| XYZ | 48.11 | 39.88 | 44.7 | - |
| YUV | 173.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 173 | 0 | 0.33 | 0.22 | 0.13 | 340 | 0.51 | 0.73 |
| Hex | DD | 95 | AD | 0 | 21 | 16 | D | 154 | 33 | 49 |
| Octal | 335 | 225 | 255 | 0 | 41 | 26 | 15 | 524 | 63 | 111 |
| Binary | 11011101 | 10010101 | 10101101 | 0 | 100001 | 10110 | 1101 | 101010100 | 110011 | 1001001 |
Color Harmonies of #DD95AD
Complementary color
Monochromatic Colors of #DD95AD
Black with #DD95AD
Text Example
Text Example
White with #DD95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95AD; }
p { color: rgb(221,149,173); }
H1.HeaderClassName
{
color: #DD95AD;
}
.AnyTagClassName
{
color: #DD95AD;
}
</style>
background-color css
<style>
a { background-color: #DD95AD; }
a { background-color: rgb(221,149,173); }
div.DivClassName
{
background-color: #DD95AD;
}
.BgClassName
{
background-color: #DD95AD;
}
</style>
border-color css
<style>
span { border-color: #DD95AD; }
span { border-color: rgb(221,149,173); }
td.TdClassName
{
border-color: #DD95AD;
}
.TagClassName
{
border-color: #DD95AD;
}
</style>