Shades of Kobi #DD9CB5
Tints of Kobi #DD9CB5
RGB
CMYK
RGB Variations
Color information
#DD9CB5 (or 0xDD9CB5) is known color: Kobi. HEX triplet: DD, 9C and B5. RGB value is (221,156,181). Sum of RGB (Red+Green+Blue) = 221+156+181=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CB5 is #22634A. Grayscale: #B2B2B2. Windows color (decimal): -2253643 or 11902173. OLE color: 11902173.
HSL color Cylindrical-coordinate representation of color #DD9CB5: hue angle of 336.92º degrees, saturation: 0.49, 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 #DD9CB5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 181 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.13 |
| HSL | 336.92º | 0.49% | 0.74% | - |
| HSV(B) | 336.92º | 0.29% | 0.87% | - |
| XYZ | 50.05 | 42.49 | 49.28 | - |
| YUV | 178.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 181 | 0 | 0.29 | 0.18 | 0.13 | 336.92 | 0.49 | 0.74 |
| Hex | DD | 9C | B5 | 0 | 1D | 12 | D | 151 | 31 | 4A |
| Octal | 335 | 234 | 265 | 0 | 35 | 22 | 15 | 521 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10110101 | 0 | 11101 | 10010 | 1101 | 101010001 | 110001 | 1001010 |
Color Harmonies of #DD9CB5
Complementary color
Monochromatic Colors of #DD9CB5
Black with #DD9CB5
Text Example
Text Example
White with #DD9CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CB5; }
p { color: rgb(221,156,181); }
H1.HeaderClassName
{
color: #DD9CB5;
}
.AnyTagClassName
{
color: #DD9CB5;
}
</style>
background-color css
<style>
a { background-color: #DD9CB5; }
a { background-color: rgb(221,156,181); }
div.DivClassName
{
background-color: #DD9CB5;
}
.BgClassName
{
background-color: #DD9CB5;
}
</style>
border-color css
<style>
span { border-color: #DD9CB5; }
span { border-color: rgb(221,156,181); }
td.TdClassName
{
border-color: #DD9CB5;
}
.TagClassName
{
border-color: #DD9CB5;
}
</style>