Shades of Shocking #D489BC
Tints of Shocking #D489BC
RGB
CMYK
RGB Variations
Color information
#D489BC (or 0xD489BC) is known color: Shocking. HEX triplet: D4, 89 and BC. RGB value is (212,137,188). Sum of RGB (Red+Green+Blue) = 212+137+188=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D489BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489BC is #2B7643. Grayscale: #A5A5A5. Windows color (decimal): -2848324 or 12356052. OLE color: 12356052.
HSL color Cylindrical-coordinate representation of color #D489BC: hue angle of 319.2º 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 #D489BC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 188 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.17 |
| HSL | 319.2º | 0.47% | 0.68% | - |
| HSV(B) | 319.2º | 0.35% | 0.83% | - |
| XYZ | 45.17 | 35.52 | 52.05 | - |
| YUV | 165.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 188 | 0 | 0.35 | 0.11 | 0.17 | 319.2 | 0.47 | 0.68 |
| Hex | D4 | 89 | BC | 0 | 23 | B | 11 | 13F | 2F | 44 |
| Octal | 324 | 211 | 274 | 0 | 43 | 13 | 21 | 477 | 57 | 104 |
| Binary | 11010100 | 10001001 | 10111100 | 0 | 100011 | 1011 | 10001 | 100111111 | 101111 | 1000100 |
Color Harmonies of #D489BC
Complementary color
Monochromatic Colors of #D489BC
Black with #D489BC
Text Example
Text Example
White with #D489BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D489BC; }
p { color: rgb(212,137,188); }
H1.HeaderClassName
{
color: #D489BC;
}
.AnyTagClassName
{
color: #D489BC;
}
</style>
background-color css
<style>
a { background-color: #D489BC; }
a { background-color: rgb(212,137,188); }
div.DivClassName
{
background-color: #D489BC;
}
.BgClassName
{
background-color: #D489BC;
}
</style>
border-color css
<style>
span { border-color: #D489BC; }
span { border-color: rgb(212,137,188); }
td.TdClassName
{
border-color: #D489BC;
}
.TagClassName
{
border-color: #D489BC;
}
</style>