Shades of Shocking #D489BE
Tints of Shocking #D489BE
RGB
CMYK
RGB Variations
Color information
#D489BE (or 0xD489BE) is known color: Shocking. HEX triplet: D4, 89 and BE. RGB value is (212,137,190). Sum of RGB (Red+Green+Blue) = 212+137+190=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D489BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489BE is #2B7641. Grayscale: #A5A5A5. Windows color (decimal): -2848322 or 12487124. OLE color: 12487124.
HSL color Cylindrical-coordinate representation of color #D489BE: hue angle of 317.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 #D489BE is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 190 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.17 |
| HSL | 317.6º | 0.47% | 0.68% | - |
| HSV(B) | 317.6º | 0.35% | 0.83% | - |
| XYZ | 45.39 | 35.61 | 53.2 | - |
| YUV | 165.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 190 | 0 | 0.35 | 0.10 | 0.17 | 317.6 | 0.47 | 0.68 |
| Hex | D4 | 89 | BE | 0 | 23 | A | 11 | 13E | 2F | 44 |
| Octal | 324 | 211 | 276 | 0 | 43 | 12 | 21 | 476 | 57 | 104 |
| Binary | 11010100 | 10001001 | 10111110 | 0 | 100011 | 1010 | 10001 | 100111110 | 101111 | 1000100 |
Color Harmonies of #D489BE
Complementary color
Monochromatic Colors of #D489BE
Black with #D489BE
Text Example
Text Example
White with #D489BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D489BE; }
p { color: rgb(212,137,190); }
H1.HeaderClassName
{
color: #D489BE;
}
.AnyTagClassName
{
color: #D489BE;
}
</style>
background-color css
<style>
a { background-color: #D489BE; }
a { background-color: rgb(212,137,190); }
div.DivClassName
{
background-color: #D489BE;
}
.BgClassName
{
background-color: #D489BE;
}
</style>
border-color css
<style>
span { border-color: #D489BE; }
span { border-color: rgb(212,137,190); }
td.TdClassName
{
border-color: #D489BE;
}
.TagClassName
{
border-color: #D489BE;
}
</style>