Shades of Kobi #D289AC
Tints of Kobi #D289AC
RGB
CMYK
RGB Variations
Color information
#D289AC (or 0xD289AC) is known color: Kobi. HEX triplet: D2, 89 and AC. RGB value is (210,137,172). Sum of RGB (Red+Green+Blue) = 210+137+172=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D289AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D289AC is #2D7653. Grayscale: #A2A2A2. Windows color (decimal): -2979412 or 11307474. OLE color: 11307474.
HSL color Cylindrical-coordinate representation of color #D289AC: hue angle of 331.23º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D289AC is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 172 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.18 |
| HSL | 331.23º | 0.45% | 0.68% | - |
| HSV(B) | 331.23º | 0.35% | 0.82% | - |
| XYZ | 42.97 | 34.57 | 43.44 | - |
| YUV | 162.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 172 | 0 | 0.35 | 0.18 | 0.18 | 331.23 | 0.45 | 0.68 |
| Hex | D2 | 89 | AC | 0 | 23 | 12 | 12 | 14B | 2D | 44 |
| Octal | 322 | 211 | 254 | 0 | 43 | 22 | 22 | 513 | 55 | 104 |
| Binary | 11010010 | 10001001 | 10101100 | 0 | 100011 | 10010 | 10010 | 101001011 | 101101 | 1000100 |
Color Harmonies of #D289AC
Complementary color
Monochromatic Colors of #D289AC
Black with #D289AC
Text Example
Text Example
White with #D289AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289AC; }
p { color: rgb(210,137,172); }
H1.HeaderClassName
{
color: #D289AC;
}
.AnyTagClassName
{
color: #D289AC;
}
</style>
background-color css
<style>
a { background-color: #D289AC; }
a { background-color: rgb(210,137,172); }
div.DivClassName
{
background-color: #D289AC;
}
.BgClassName
{
background-color: #D289AC;
}
</style>
border-color css
<style>
span { border-color: #D289AC; }
span { border-color: rgb(210,137,172); }
td.TdClassName
{
border-color: #D289AC;
}
.TagClassName
{
border-color: #D289AC;
}
</style>