Shades of Kobi #DD85AF
Tints of Kobi #DD85AF
RGB
CMYK
RGB Variations
Color information
#DD85AF (or 0xDD85AF) is known color: Kobi. HEX triplet: DD, 85 and AF. RGB value is (221,133,175). Sum of RGB (Red+Green+Blue) = 221+133+175=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85AF is #227A50. Grayscale: #A4A4A4. Windows color (decimal): -2259537 or 11503069. OLE color: 11503069.
HSL color Cylindrical-coordinate representation of color #DD85AF: hue angle of 331.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85AF is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 175 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.13 |
| HSL | 331.36º | 0.56% | 0.69% | - |
| HSV(B) | 331.36º | 0.4% | 0.87% | - |
| XYZ | 45.94 | 35.24 | 44.94 | - |
| YUV | 164.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 175 | 0 | 0.40 | 0.21 | 0.13 | 331.36 | 0.56 | 0.69 |
| Hex | DD | 85 | AF | 0 | 28 | 15 | D | 14B | 38 | 45 |
| Octal | 335 | 205 | 257 | 0 | 50 | 25 | 15 | 513 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10101111 | 0 | 101000 | 10101 | 1101 | 101001011 | 111000 | 1000101 |
Color Harmonies of #DD85AF
Complementary color
Monochromatic Colors of #DD85AF
Black with #DD85AF
Text Example
Text Example
White with #DD85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85AF; }
p { color: rgb(221,133,175); }
H1.HeaderClassName
{
color: #DD85AF;
}
.AnyTagClassName
{
color: #DD85AF;
}
</style>
background-color css
<style>
a { background-color: #DD85AF; }
a { background-color: rgb(221,133,175); }
div.DivClassName
{
background-color: #DD85AF;
}
.BgClassName
{
background-color: #DD85AF;
}
</style>
border-color css
<style>
span { border-color: #DD85AF; }
span { border-color: rgb(221,133,175); }
td.TdClassName
{
border-color: #DD85AF;
}
.TagClassName
{
border-color: #DD85AF;
}
</style>