Shades of Kobi #DD92AF
Tints of Kobi #DD92AF
RGB
CMYK
RGB Variations
Color information
#DD92AF (or 0xDD92AF) is known color: Kobi. HEX triplet: DD, 92 and AF. RGB value is (221,146,175). Sum of RGB (Red+Green+Blue) = 221+146+175=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92AF is #226D50. Grayscale: #ABABAB. Windows color (decimal): -2256209 or 11506397. OLE color: 11506397.
HSL color Cylindrical-coordinate representation of color #DD92AF: hue angle of 336.8º 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 #DD92AF is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 175 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.13 |
| HSL | 336.8º | 0.52% | 0.72% | - |
| HSV(B) | 336.8º | 0.34% | 0.87% | - |
| XYZ | 47.84 | 39.03 | 45.57 | - |
| YUV | 171.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 175 | 0 | 0.34 | 0.21 | 0.13 | 336.8 | 0.52 | 0.72 |
| Hex | DD | 92 | AF | 0 | 22 | 15 | D | 151 | 34 | 48 |
| Octal | 335 | 222 | 257 | 0 | 42 | 25 | 15 | 521 | 64 | 110 |
| Binary | 11011101 | 10010010 | 10101111 | 0 | 100010 | 10101 | 1101 | 101010001 | 110100 | 1001000 |
Color Harmonies of #DD92AF
Complementary color
Monochromatic Colors of #DD92AF
Black with #DD92AF
Text Example
Text Example
White with #DD92AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92AF; }
p { color: rgb(221,146,175); }
H1.HeaderClassName
{
color: #DD92AF;
}
.AnyTagClassName
{
color: #DD92AF;
}
</style>
background-color css
<style>
a { background-color: #DD92AF; }
a { background-color: rgb(221,146,175); }
div.DivClassName
{
background-color: #DD92AF;
}
.BgClassName
{
background-color: #DD92AF;
}
</style>
border-color css
<style>
span { border-color: #DD92AF; }
span { border-color: rgb(221,146,175); }
td.TdClassName
{
border-color: #DD92AF;
}
.TagClassName
{
border-color: #DD92AF;
}
</style>