Shades of Shocking #D489BF
Tints of Shocking #D489BF
RGB
CMYK
RGB Variations
Color information
#D489BF (or 0xD489BF) is known color: Shocking. HEX triplet: D4, 89 and BF. RGB value is (212,137,191). Sum of RGB (Red+Green+Blue) = 212+137+191=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D489BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489BF is #2B7640. Grayscale: #A5A5A5. Windows color (decimal): -2848321 or 12552660. OLE color: 12552660.
HSL color Cylindrical-coordinate representation of color #D489BF: hue angle of 316.8º 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 #D489BF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 191 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.17 |
| HSL | 316.8º | 0.47% | 0.68% | - |
| HSV(B) | 316.8º | 0.35% | 0.83% | - |
| XYZ | 45.5 | 35.65 | 53.77 | - |
| YUV | 165.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 191 | 0 | 0.35 | 0.10 | 0.17 | 316.8 | 0.47 | 0.68 |
| Hex | D4 | 89 | BF | 0 | 23 | A | 11 | 13D | 2F | 44 |
| Octal | 324 | 211 | 277 | 0 | 43 | 12 | 21 | 475 | 57 | 104 |
| Binary | 11010100 | 10001001 | 10111111 | 0 | 100011 | 1010 | 10001 | 100111101 | 101111 | 1000100 |
Color Harmonies of #D489BF
Complementary color
Monochromatic Colors of #D489BF
Black with #D489BF
Text Example
Text Example
White with #D489BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D489BF; }
p { color: rgb(212,137,191); }
H1.HeaderClassName
{
color: #D489BF;
}
.AnyTagClassName
{
color: #D489BF;
}
</style>
background-color css
<style>
a { background-color: #D489BF; }
a { background-color: rgb(212,137,191); }
div.DivClassName
{
background-color: #D489BF;
}
.BgClassName
{
background-color: #D489BF;
}
</style>
border-color css
<style>
span { border-color: #D489BF; }
span { border-color: rgb(212,137,191); }
td.TdClassName
{
border-color: #D489BF;
}
.TagClassName
{
border-color: #D489BF;
}
</style>