Shades of Kobi #DD9DB4
Tints of Kobi #DD9DB4
RGB
CMYK
RGB Variations
Color information
#DD9DB4 (or 0xDD9DB4) is known color: Kobi. HEX triplet: DD, 9D and B4. RGB value is (221,157,180). Sum of RGB (Red+Green+Blue) = 221+157+180=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DB4 is #22624B. Grayscale: #B2B2B2. Windows color (decimal): -2253388 or 11836893. OLE color: 11836893.
HSL color Cylindrical-coordinate representation of color #DD9DB4: hue angle of 338.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DB4 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 180 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.13 |
| HSL | 338.44º | 0.48% | 0.74% | - |
| HSV(B) | 338.44º | 0.29% | 0.87% | - |
| XYZ | 50.11 | 42.78 | 48.8 | - |
| YUV | 178.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 180 | 0 | 0.29 | 0.19 | 0.13 | 338.44 | 0.48 | 0.74 |
| Hex | DD | 9D | B4 | 0 | 1D | 13 | D | 152 | 30 | 4A |
| Octal | 335 | 235 | 264 | 0 | 35 | 23 | 15 | 522 | 60 | 112 |
| Binary | 11011101 | 10011101 | 10110100 | 0 | 11101 | 10011 | 1101 | 101010010 | 110000 | 1001010 |
Color Harmonies of #DD9DB4
Complementary color
Monochromatic Colors of #DD9DB4
Black with #DD9DB4
Text Example
Text Example
White with #DD9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DB4; }
p { color: rgb(221,157,180); }
H1.HeaderClassName
{
color: #DD9DB4;
}
.AnyTagClassName
{
color: #DD9DB4;
}
</style>
background-color css
<style>
a { background-color: #DD9DB4; }
a { background-color: rgb(221,157,180); }
div.DivClassName
{
background-color: #DD9DB4;
}
.BgClassName
{
background-color: #DD9DB4;
}
</style>
border-color css
<style>
span { border-color: #DD9DB4; }
span { border-color: rgb(221,157,180); }
td.TdClassName
{
border-color: #DD9DB4;
}
.TagClassName
{
border-color: #DD9DB4;
}
</style>