Shades of Kobi #D489AA
Tints of Kobi #D489AA
RGB
CMYK
RGB Variations
Color information
#D489AA (or 0xD489AA) is known color: Kobi. HEX triplet: D4, 89 and AA. RGB value is (212,137,170). Sum of RGB (Red+Green+Blue) = 212+137+170=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D489AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D489AA is #2B7655. Grayscale: #A3A3A3. Windows color (decimal): -2848342 or 11176404. OLE color: 11176404.
HSL color Cylindrical-coordinate representation of color #D489AA: hue angle of 333.6º 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 #D489AA is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 170 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.17 |
| HSL | 333.6º | 0.47% | 0.68% | - |
| HSV(B) | 333.6º | 0.35% | 0.83% | - |
| XYZ | 43.35 | 34.79 | 42.46 | - |
| YUV | 163.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 170 | 0 | 0.35 | 0.20 | 0.17 | 333.6 | 0.47 | 0.68 |
| Hex | D4 | 89 | AA | 0 | 23 | 14 | 11 | 14E | 2F | 44 |
| Octal | 324 | 211 | 252 | 0 | 43 | 24 | 21 | 516 | 57 | 104 |
| Binary | 11010100 | 10001001 | 10101010 | 0 | 100011 | 10100 | 10001 | 101001110 | 101111 | 1000100 |
Color Harmonies of #D489AA
Complementary color
Monochromatic Colors of #D489AA
Black with #D489AA
Text Example
Text Example
White with #D489AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D489AA; }
p { color: rgb(212,137,170); }
H1.HeaderClassName
{
color: #D489AA;
}
.AnyTagClassName
{
color: #D489AA;
}
</style>
background-color css
<style>
a { background-color: #D489AA; }
a { background-color: rgb(212,137,170); }
div.DivClassName
{
background-color: #D489AA;
}
.BgClassName
{
background-color: #D489AA;
}
</style>
border-color css
<style>
span { border-color: #D489AA; }
span { border-color: rgb(212,137,170); }
td.TdClassName
{
border-color: #D489AA;
}
.TagClassName
{
border-color: #D489AA;
}
</style>