Shades of Kobi #DD83A8
Tints of Kobi #DD83A8
RGB
CMYK
RGB Variations
Color information
#DD83A8 (or 0xDD83A8) is known color: Kobi. HEX triplet: DD, 83 and A8. RGB value is (221,131,168). Sum of RGB (Red+Green+Blue) = 221+131+168=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83A8 is #227C57. Grayscale: #A2A2A2. Windows color (decimal): -2260056 or 11043805. OLE color: 11043805.
HSL color Cylindrical-coordinate representation of color #DD83A8: hue angle of 335.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83A8 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 168 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.13 |
| HSL | 335.33º | 0.57% | 0.69% | - |
| HSV(B) | 335.33º | 0.41% | 0.87% | - |
| XYZ | 45 | 34.43 | 41.32 | - |
| YUV | 162.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 168 | 0 | 0.41 | 0.24 | 0.13 | 335.33 | 0.57 | 0.69 |
| Hex | DD | 83 | A8 | 0 | 29 | 18 | D | 14F | 39 | 45 |
| Octal | 335 | 203 | 250 | 0 | 51 | 30 | 15 | 517 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10101000 | 0 | 101001 | 11000 | 1101 | 101001111 | 111001 | 1000101 |
Color Harmonies of #DD83A8
Complementary color
Monochromatic Colors of #DD83A8
Black with #DD83A8
Text Example
Text Example
White with #DD83A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83A8; }
p { color: rgb(221,131,168); }
H1.HeaderClassName
{
color: #DD83A8;
}
.AnyTagClassName
{
color: #DD83A8;
}
</style>
background-color css
<style>
a { background-color: #DD83A8; }
a { background-color: rgb(221,131,168); }
div.DivClassName
{
background-color: #DD83A8;
}
.BgClassName
{
background-color: #DD83A8;
}
</style>
border-color css
<style>
span { border-color: #DD83A8; }
span { border-color: rgb(221,131,168); }
td.TdClassName
{
border-color: #DD83A8;
}
.TagClassName
{
border-color: #DD83A8;
}
</style>