Shades of Kobi #DD83B3
Tints of Kobi #DD83B3
RGB
CMYK
RGB Variations
Color information
#DD83B3 (or 0xDD83B3) is known color: Kobi. HEX triplet: DD, 83 and B3. RGB value is (221,131,179). Sum of RGB (Red+Green+Blue) = 221+131+179=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83B3 is #227C4C. Grayscale: #A3A3A3. Windows color (decimal): -2260045 or 11764701. OLE color: 11764701.
HSL color Cylindrical-coordinate representation of color #DD83B3: hue angle of 328º 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 #DD83B3 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 179 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.13 |
| HSL | 328º | 0.57% | 0.69% | - |
| HSV(B) | 328º | 0.41% | 0.87% | - |
| XYZ | 46.07 | 34.86 | 46.95 | - |
| YUV | 163.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 179 | 0 | 0.41 | 0.19 | 0.13 | 328 | 0.57 | 0.69 |
| Hex | DD | 83 | B3 | 0 | 29 | 13 | D | 148 | 39 | 45 |
| Octal | 335 | 203 | 263 | 0 | 51 | 23 | 15 | 510 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10110011 | 0 | 101001 | 10011 | 1101 | 101001000 | 111001 | 1000101 |
Color Harmonies of #DD83B3
Complementary color
Monochromatic Colors of #DD83B3
Black with #DD83B3
Text Example
Text Example
White with #DD83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83B3; }
p { color: rgb(221,131,179); }
H1.HeaderClassName
{
color: #DD83B3;
}
.AnyTagClassName
{
color: #DD83B3;
}
</style>
background-color css
<style>
a { background-color: #DD83B3; }
a { background-color: rgb(221,131,179); }
div.DivClassName
{
background-color: #DD83B3;
}
.BgClassName
{
background-color: #DD83B3;
}
</style>
border-color css
<style>
span { border-color: #DD83B3; }
span { border-color: rgb(221,131,179); }
td.TdClassName
{
border-color: #DD83B3;
}
.TagClassName
{
border-color: #DD83B3;
}
</style>