Shades of Shocking #D489C0
Tints of Shocking #D489C0
RGB
CMYK
RGB Variations
Color information
#D489C0 (or 0xD489C0) is known color: Shocking. HEX triplet: D4, 89 and C0. RGB value is (212,137,192). Sum of RGB (Red+Green+Blue) = 212+137+192=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D489C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489C0 is #2B763F. Grayscale: #A5A5A5. Windows color (decimal): -2848320 or 12618196. OLE color: 12618196.
HSL color Cylindrical-coordinate representation of color #D489C0: hue angle of 316º 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 #D489C0 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 192 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.17 |
| HSL | 316º | 0.47% | 0.68% | - |
| HSV(B) | 316º | 0.35% | 0.83% | - |
| XYZ | 45.61 | 35.69 | 54.35 | - |
| YUV | 165.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 192 | 0 | 0.35 | 0.09 | 0.17 | 316 | 0.47 | 0.68 |
| Hex | D4 | 89 | C0 | 0 | 23 | 9 | 11 | 13C | 2F | 44 |
| Octal | 324 | 211 | 300 | 0 | 43 | 11 | 21 | 474 | 57 | 104 |
| Binary | 11010100 | 10001001 | 11000000 | 0 | 100011 | 1001 | 10001 | 100111100 | 101111 | 1000100 |
Color Harmonies of #D489C0
Complementary color
Monochromatic Colors of #D489C0
Black with #D489C0
Text Example
Text Example
White with #D489C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D489C0; }
p { color: rgb(212,137,192); }
H1.HeaderClassName
{
color: #D489C0;
}
.AnyTagClassName
{
color: #D489C0;
}
</style>
background-color css
<style>
a { background-color: #D489C0; }
a { background-color: rgb(212,137,192); }
div.DivClassName
{
background-color: #D489C0;
}
.BgClassName
{
background-color: #D489C0;
}
</style>
border-color css
<style>
span { border-color: #D489C0; }
span { border-color: rgb(212,137,192); }
td.TdClassName
{
border-color: #D489C0;
}
.TagClassName
{
border-color: #D489C0;
}
</style>