Shades of Kobi #DD8BB3
Tints of Kobi #DD8BB3
RGB
CMYK
RGB Variations
Color information
#DD8BB3 (or 0xDD8BB3) is known color: Kobi. HEX triplet: DD, 8B and B3. RGB value is (221,139,179). Sum of RGB (Red+Green+Blue) = 221+139+179=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BB3 is #22744C. Grayscale: #A8A8A8. Windows color (decimal): -2257997 or 11766749. OLE color: 11766749.
HSL color Cylindrical-coordinate representation of color #DD8BB3: hue angle of 330.73º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BB3 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 179 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.13 |
| HSL | 330.73º | 0.55% | 0.71% | - |
| HSV(B) | 330.73º | 0.37% | 0.87% | - |
| XYZ | 47.19 | 37.09 | 47.32 | - |
| YUV | 168.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 179 | 0 | 0.37 | 0.19 | 0.13 | 330.73 | 0.55 | 0.71 |
| Hex | DD | 8B | B3 | 0 | 25 | 13 | D | 14B | 37 | 47 |
| Octal | 335 | 213 | 263 | 0 | 45 | 23 | 15 | 513 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10110011 | 0 | 100101 | 10011 | 1101 | 101001011 | 110111 | 1000111 |
Color Harmonies of #DD8BB3
Complementary color
Monochromatic Colors of #DD8BB3
Black with #DD8BB3
Text Example
Text Example
White with #DD8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BB3; }
p { color: rgb(221,139,179); }
H1.HeaderClassName
{
color: #DD8BB3;
}
.AnyTagClassName
{
color: #DD8BB3;
}
</style>
background-color css
<style>
a { background-color: #DD8BB3; }
a { background-color: rgb(221,139,179); }
div.DivClassName
{
background-color: #DD8BB3;
}
.BgClassName
{
background-color: #DD8BB3;
}
</style>
border-color css
<style>
span { border-color: #DD8BB3; }
span { border-color: rgb(221,139,179); }
td.TdClassName
{
border-color: #DD8BB3;
}
.TagClassName
{
border-color: #DD8BB3;
}
</style>