Shades of Kobi #D489AC
Tints of Kobi #D489AC
RGB
CMYK
RGB Variations
Color information
#D489AC (or 0xD489AC) is known color: Kobi. HEX triplet: D4, 89 and AC. RGB value is (212,137,172). Sum of RGB (Red+Green+Blue) = 212+137+172=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D489AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D489AC is #2B7653. Grayscale: #A3A3A3. Windows color (decimal): -2848340 or 11307476. OLE color: 11307476.
HSL color Cylindrical-coordinate representation of color #D489AC: hue angle of 332º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D489AC is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 172 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.17 |
| HSL | 332º | 0.47% | 0.68% | - |
| HSV(B) | 332º | 0.35% | 0.83% | - |
| XYZ | 43.54 | 34.87 | 43.46 | - |
| YUV | 163.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 172 | 0 | 0.35 | 0.19 | 0.17 | 332 | 0.47 | 0.68 |
| Hex | D4 | 89 | AC | 0 | 23 | 13 | 11 | 14C | 2F | 44 |
| Octal | 324 | 211 | 254 | 0 | 43 | 23 | 21 | 514 | 57 | 104 |
| Binary | 11010100 | 10001001 | 10101100 | 0 | 100011 | 10011 | 10001 | 101001100 | 101111 | 1000100 |
Color Harmonies of #D489AC
Complementary color
Monochromatic Colors of #D489AC
Black with #D489AC
Text Example
Text Example
White with #D489AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D489AC; }
p { color: rgb(212,137,172); }
H1.HeaderClassName
{
color: #D489AC;
}
.AnyTagClassName
{
color: #D489AC;
}
</style>
background-color css
<style>
a { background-color: #D489AC; }
a { background-color: rgb(212,137,172); }
div.DivClassName
{
background-color: #D489AC;
}
.BgClassName
{
background-color: #D489AC;
}
</style>
border-color css
<style>
span { border-color: #D489AC; }
span { border-color: rgb(212,137,172); }
td.TdClassName
{
border-color: #D489AC;
}
.TagClassName
{
border-color: #D489AC;
}
</style>