Shades of Kobi #D885AC
Tints of Kobi #D885AC
RGB
CMYK
RGB Variations
Color information
#D885AC (or 0xD885AC) is known color: Kobi. HEX triplet: D8, 85 and AC. RGB value is (216,133,172). Sum of RGB (Red+Green+Blue) = 216+133+172=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D885AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D885AC is #277A53. Grayscale: #A2A2A2. Windows color (decimal): -2587220 or 11306456. OLE color: 11306456.
HSL color Cylindrical-coordinate representation of color #D885AC: hue angle of 331.81º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885AC is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 172 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.15 |
| HSL | 331.81º | 0.52% | 0.68% | - |
| HSV(B) | 331.81º | 0.38% | 0.85% | - |
| XYZ | 44.15 | 34.35 | 43.33 | - |
| YUV | 162.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 172 | 0 | 0.38 | 0.20 | 0.15 | 331.81 | 0.52 | 0.68 |
| Hex | D8 | 85 | AC | 0 | 26 | 14 | F | 14C | 34 | 44 |
| Octal | 330 | 205 | 254 | 0 | 46 | 24 | 17 | 514 | 64 | 104 |
| Binary | 11011000 | 10000101 | 10101100 | 0 | 100110 | 10100 | 1111 | 101001100 | 110100 | 1000100 |
Color Harmonies of #D885AC
Complementary color
Monochromatic Colors of #D885AC
Black with #D885AC
Text Example
Text Example
White with #D885AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D885AC; }
p { color: rgb(216,133,172); }
H1.HeaderClassName
{
color: #D885AC;
}
.AnyTagClassName
{
color: #D885AC;
}
</style>
background-color css
<style>
a { background-color: #D885AC; }
a { background-color: rgb(216,133,172); }
div.DivClassName
{
background-color: #D885AC;
}
.BgClassName
{
background-color: #D885AC;
}
</style>
border-color css
<style>
span { border-color: #D885AC; }
span { border-color: rgb(216,133,172); }
td.TdClassName
{
border-color: #D885AC;
}
.TagClassName
{
border-color: #D885AC;
}
</style>