Shades of Kobi #DD92AD
Tints of Kobi #DD92AD
RGB
CMYK
RGB Variations
Color information
#DD92AD (or 0xDD92AD) is known color: Kobi. HEX triplet: DD, 92 and AD. RGB value is (221,146,173). Sum of RGB (Red+Green+Blue) = 221+146+173=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92AD is #226D52. Grayscale: #ABABAB. Windows color (decimal): -2256211 or 11375325. OLE color: 11375325.
HSL color Cylindrical-coordinate representation of color #DD92AD: hue angle of 338.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD92AD is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 173 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.13 |
| HSL | 338.4º | 0.52% | 0.72% | - |
| HSV(B) | 338.4º | 0.34% | 0.87% | - |
| XYZ | 47.64 | 38.95 | 44.54 | - |
| YUV | 171.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 173 | 0 | 0.34 | 0.22 | 0.13 | 338.4 | 0.52 | 0.72 |
| Hex | DD | 92 | AD | 0 | 22 | 16 | D | 152 | 34 | 48 |
| Octal | 335 | 222 | 255 | 0 | 42 | 26 | 15 | 522 | 64 | 110 |
| Binary | 11011101 | 10010010 | 10101101 | 0 | 100010 | 10110 | 1101 | 101010010 | 110100 | 1001000 |
Color Harmonies of #DD92AD
Complementary color
Monochromatic Colors of #DD92AD
Black with #DD92AD
Text Example
Text Example
White with #DD92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92AD; }
p { color: rgb(221,146,173); }
H1.HeaderClassName
{
color: #DD92AD;
}
.AnyTagClassName
{
color: #DD92AD;
}
</style>
background-color css
<style>
a { background-color: #DD92AD; }
a { background-color: rgb(221,146,173); }
div.DivClassName
{
background-color: #DD92AD;
}
.BgClassName
{
background-color: #DD92AD;
}
</style>
border-color css
<style>
span { border-color: #DD92AD; }
span { border-color: rgb(221,146,173); }
td.TdClassName
{
border-color: #DD92AD;
}
.TagClassName
{
border-color: #DD92AD;
}
</style>