Shades of Kobi #D289AF
Tints of Kobi #D289AF
RGB
CMYK
RGB Variations
Color information
#D289AF (or 0xD289AF) is known color: Kobi. HEX triplet: D2, 89 and AF. RGB value is (210,137,175). Sum of RGB (Red+Green+Blue) = 210+137+175=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D289AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D289AF is #2D7650. Grayscale: #A3A3A3. Windows color (decimal): -2979409 or 11504082. OLE color: 11504082.
HSL color Cylindrical-coordinate representation of color #D289AF: hue angle of 328.77º 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 #D289AF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 175 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.18 |
| HSL | 328.77º | 0.45% | 0.68% | - |
| HSV(B) | 328.77º | 0.35% | 0.82% | - |
| XYZ | 43.26 | 34.69 | 44.97 | - |
| YUV | 163.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 175 | 0 | 0.35 | 0.17 | 0.18 | 328.77 | 0.45 | 0.68 |
| Hex | D2 | 89 | AF | 0 | 23 | 11 | 12 | 149 | 2D | 44 |
| Octal | 322 | 211 | 257 | 0 | 43 | 21 | 22 | 511 | 55 | 104 |
| Binary | 11010010 | 10001001 | 10101111 | 0 | 100011 | 10001 | 10010 | 101001001 | 101101 | 1000100 |
Color Harmonies of #D289AF
Complementary color
Monochromatic Colors of #D289AF
Black with #D289AF
Text Example
Text Example
White with #D289AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289AF; }
p { color: rgb(210,137,175); }
H1.HeaderClassName
{
color: #D289AF;
}
.AnyTagClassName
{
color: #D289AF;
}
</style>
background-color css
<style>
a { background-color: #D289AF; }
a { background-color: rgb(210,137,175); }
div.DivClassName
{
background-color: #D289AF;
}
.BgClassName
{
background-color: #D289AF;
}
</style>
border-color css
<style>
span { border-color: #D289AF; }
span { border-color: rgb(210,137,175); }
td.TdClassName
{
border-color: #D289AF;
}
.TagClassName
{
border-color: #D289AF;
}
</style>