Shades of Kobi #DD83AA
Tints of Kobi #DD83AA
RGB
CMYK
RGB Variations
Color information
#DD83AA (or 0xDD83AA) is known color: Kobi. HEX triplet: DD, 83 and AA. RGB value is (221,131,170). Sum of RGB (Red+Green+Blue) = 221+131+170=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83AA is #227C55. Grayscale: #A2A2A2. Windows color (decimal): -2260054 or 11174877. OLE color: 11174877.
HSL color Cylindrical-coordinate representation of color #DD83AA: hue angle of 334º 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 #DD83AA is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 170 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.13 |
| HSL | 334º | 0.57% | 0.69% | - |
| HSV(B) | 334º | 0.41% | 0.87% | - |
| XYZ | 45.19 | 34.51 | 42.31 | - |
| YUV | 162.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 170 | 0 | 0.41 | 0.23 | 0.13 | 334 | 0.57 | 0.69 |
| Hex | DD | 83 | AA | 0 | 29 | 17 | D | 14E | 39 | 45 |
| Octal | 335 | 203 | 252 | 0 | 51 | 27 | 15 | 516 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10101010 | 0 | 101001 | 10111 | 1101 | 101001110 | 111001 | 1000101 |
Color Harmonies of #DD83AA
Complementary color
Monochromatic Colors of #DD83AA
Black with #DD83AA
Text Example
Text Example
White with #DD83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83AA; }
p { color: rgb(221,131,170); }
H1.HeaderClassName
{
color: #DD83AA;
}
.AnyTagClassName
{
color: #DD83AA;
}
</style>
background-color css
<style>
a { background-color: #DD83AA; }
a { background-color: rgb(221,131,170); }
div.DivClassName
{
background-color: #DD83AA;
}
.BgClassName
{
background-color: #DD83AA;
}
</style>
border-color css
<style>
span { border-color: #DD83AA; }
span { border-color: rgb(221,131,170); }
td.TdClassName
{
border-color: #DD83AA;
}
.TagClassName
{
border-color: #DD83AA;
}
</style>