Shades of Kobi #DD85AD
Tints of Kobi #DD85AD
RGB
CMYK
RGB Variations
Color information
#DD85AD (or 0xDD85AD) is known color: Kobi. HEX triplet: DD, 85 and AD. RGB value is (221,133,173). Sum of RGB (Red+Green+Blue) = 221+133+173=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85AD is #227A52. Grayscale: #A3A3A3. Windows color (decimal): -2259539 or 11371997. OLE color: 11371997.
HSL color Cylindrical-coordinate representation of color #DD85AD: hue angle of 332.73º 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 #DD85AD is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 133 | 173 | - |
CMYK | 0 | 0.40 | 0.22 | 0.13 |
HSL | 332.73º | 0.56% | 0.69% | - |
HSV(B) | 332.73º | 0.4% | 0.87% | - |
XYZ | 45.75 | 35.16 | 43.91 | - |
YUV | 163.87 | 133.15 | 168.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 133 | 173 | 0 | 0.40 | 0.22 | 0.13 | 332.73 | 0.56 | 0.69 |
Hex | DD | 85 | AD | 0 | 28 | 16 | D | 14D | 38 | 45 |
Octal | 335 | 205 | 255 | 0 | 50 | 26 | 15 | 515 | 70 | 105 |
Binary | 11011101 | 10000101 | 10101101 | 0 | 101000 | 10110 | 1101 | 101001101 | 111000 | 1000101 |
Color Harmonies of #DD85AD
Complementary color
Monochromatic Colors of #DD85AD
Black with #DD85AD
Text Example
Text Example
White with #DD85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85AD; }
p { color: rgb(221,133,173); }
H1.HeaderClassName
{
color: #DD85AD;
}
.AnyTagClassName
{
color: #DD85AD;
}
</style>
background-color css
<style>
a { background-color: #DD85AD; }
a { background-color: rgb(221,133,173); }
div.DivClassName
{
background-color: #DD85AD;
}
.BgClassName
{
background-color: #DD85AD;
}
</style>
border-color css
<style>
span { border-color: #DD85AD; }
span { border-color: rgb(221,133,173); }
td.TdClassName
{
border-color: #DD85AD;
}
.TagClassName
{
border-color: #DD85AD;
}
</style>