Shades of Kobi #DD92B1
Tints of Kobi #DD92B1
RGB
CMYK
RGB Variations
Color information
#DD92B1 (or 0xDD92B1) is known color: Kobi. HEX triplet: DD, 92 and B1. RGB value is (221,146,177). Sum of RGB (Red+Green+Blue) = 221+146+177=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92B1 is #226D4E. Grayscale: #ABABAB. Windows color (decimal): -2256207 or 11637469. OLE color: 11637469.
HSL color Cylindrical-coordinate representation of color #DD92B1: hue angle of 335.2º 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 #DD92B1 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 177 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.13 |
| HSL | 335.2º | 0.52% | 0.72% | - |
| HSV(B) | 335.2º | 0.34% | 0.87% | - |
| XYZ | 48.03 | 39.1 | 46.61 | - |
| YUV | 171.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 177 | 0 | 0.34 | 0.20 | 0.13 | 335.2 | 0.52 | 0.72 |
| Hex | DD | 92 | B1 | 0 | 22 | 14 | D | 14F | 34 | 48 |
| Octal | 335 | 222 | 261 | 0 | 42 | 24 | 15 | 517 | 64 | 110 |
| Binary | 11011101 | 10010010 | 10110001 | 0 | 100010 | 10100 | 1101 | 101001111 | 110100 | 1001000 |
Color Harmonies of #DD92B1
Complementary color
Monochromatic Colors of #DD92B1
Black with #DD92B1
Text Example
Text Example
White with #DD92B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92B1; }
p { color: rgb(221,146,177); }
H1.HeaderClassName
{
color: #DD92B1;
}
.AnyTagClassName
{
color: #DD92B1;
}
</style>
background-color css
<style>
a { background-color: #DD92B1; }
a { background-color: rgb(221,146,177); }
div.DivClassName
{
background-color: #DD92B1;
}
.BgClassName
{
background-color: #DD92B1;
}
</style>
border-color css
<style>
span { border-color: #DD92B1; }
span { border-color: rgb(221,146,177); }
td.TdClassName
{
border-color: #DD92B1;
}
.TagClassName
{
border-color: #DD92B1;
}
</style>