Shades of Kobi #DD92B4
Tints of Kobi #DD92B4
RGB
CMYK
RGB Variations
Color information
#DD92B4 (or 0xDD92B4) is known color: Kobi. HEX triplet: DD, 92 and B4. RGB value is (221,146,180). Sum of RGB (Red+Green+Blue) = 221+146+180=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92B4 is #226D4B. Grayscale: #ACACAC. Windows color (decimal): -2256204 or 11834077. OLE color: 11834077.
HSL color Cylindrical-coordinate representation of color #DD92B4: hue angle of 332.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 #DD92B4 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 180 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.13 |
| HSL | 332.8º | 0.52% | 0.72% | - |
| HSV(B) | 332.8º | 0.34% | 0.87% | - |
| XYZ | 48.34 | 39.23 | 48.2 | - |
| YUV | 172.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 180 | 0 | 0.34 | 0.19 | 0.13 | 332.8 | 0.52 | 0.72 |
| Hex | DD | 92 | B4 | 0 | 22 | 13 | D | 14D | 34 | 48 |
| Octal | 335 | 222 | 264 | 0 | 42 | 23 | 15 | 515 | 64 | 110 |
| Binary | 11011101 | 10010010 | 10110100 | 0 | 100010 | 10011 | 1101 | 101001101 | 110100 | 1001000 |
Color Harmonies of #DD92B4
Complementary color
Monochromatic Colors of #DD92B4
Black with #DD92B4
Text Example
Text Example
White with #DD92B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92B4; }
p { color: rgb(221,146,180); }
H1.HeaderClassName
{
color: #DD92B4;
}
.AnyTagClassName
{
color: #DD92B4;
}
</style>
background-color css
<style>
a { background-color: #DD92B4; }
a { background-color: rgb(221,146,180); }
div.DivClassName
{
background-color: #DD92B4;
}
.BgClassName
{
background-color: #DD92B4;
}
</style>
border-color css
<style>
span { border-color: #DD92B4; }
span { border-color: rgb(221,146,180); }
td.TdClassName
{
border-color: #DD92B4;
}
.TagClassName
{
border-color: #DD92B4;
}
</style>