Shades of Kobi #DD82AF
Tints of Kobi #DD82AF
RGB
CMYK
RGB Variations
Color information
#DD82AF (or 0xDD82AF) is known color: Kobi. HEX triplet: DD, 82 and AF. RGB value is (221,130,175). Sum of RGB (Red+Green+Blue) = 221+130+175=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82AF is #227D50. Grayscale: #A2A2A2. Windows color (decimal): -2260305 or 11502301. OLE color: 11502301.
HSL color Cylindrical-coordinate representation of color #DD82AF: hue angle of 330.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 #DD82AF is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 175 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.13 |
| HSL | 330.33º | 0.57% | 0.69% | - |
| HSV(B) | 330.33º | 0.41% | 0.87% | - |
| XYZ | 45.54 | 34.43 | 44.8 | - |
| YUV | 162.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 175 | 0 | 0.41 | 0.21 | 0.13 | 330.33 | 0.57 | 0.69 |
| Hex | DD | 82 | AF | 0 | 29 | 15 | D | 14A | 39 | 45 |
| Octal | 335 | 202 | 257 | 0 | 51 | 25 | 15 | 512 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10101111 | 0 | 101001 | 10101 | 1101 | 101001010 | 111001 | 1000101 |
Color Harmonies of #DD82AF
Complementary color
Monochromatic Colors of #DD82AF
Black with #DD82AF
Text Example
Text Example
White with #DD82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82AF; }
p { color: rgb(221,130,175); }
H1.HeaderClassName
{
color: #DD82AF;
}
.AnyTagClassName
{
color: #DD82AF;
}
</style>
background-color css
<style>
a { background-color: #DD82AF; }
a { background-color: rgb(221,130,175); }
div.DivClassName
{
background-color: #DD82AF;
}
.BgClassName
{
background-color: #DD82AF;
}
</style>
border-color css
<style>
span { border-color: #DD82AF; }
span { border-color: rgb(221,130,175); }
td.TdClassName
{
border-color: #DD82AF;
}
.TagClassName
{
border-color: #DD82AF;
}
</style>