Shades of Shocking #DA87C4
Tints of Shocking #DA87C4
RGB
CMYK
RGB Variations
Color information
#DA87C4 (or 0xDA87C4) is known color: Shocking. HEX triplet: DA, 87 and C4. RGB value is (218,135,196). Sum of RGB (Red+Green+Blue) = 218+135+196=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87C4 is #25783B. Grayscale: #A6A6A6. Windows color (decimal): -2455612 or 12879834. OLE color: 12879834.
HSL color Cylindrical-coordinate representation of color #DA87C4: hue angle of 315.9º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA87C4 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 196 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.15 |
| HSL | 315.9º | 0.53% | 0.69% | - |
| HSV(B) | 315.9º | 0.38% | 0.85% | - |
| XYZ | 47.54 | 36.22 | 56.71 | - |
| YUV | 166.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 196 | 0 | 0.38 | 0.10 | 0.15 | 315.9 | 0.53 | 0.69 |
| Hex | DA | 87 | C4 | 0 | 26 | A | F | 13C | 35 | 45 |
| Octal | 332 | 207 | 304 | 0 | 46 | 12 | 17 | 474 | 65 | 105 |
| Binary | 11011010 | 10000111 | 11000100 | 0 | 100110 | 1010 | 1111 | 100111100 | 110101 | 1000101 |
Color Harmonies of #DA87C4
Complementary color
Monochromatic Colors of #DA87C4
Black with #DA87C4
Text Example
Text Example
White with #DA87C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA87C4; }
p { color: rgb(218,135,196); }
H1.HeaderClassName
{
color: #DA87C4;
}
.AnyTagClassName
{
color: #DA87C4;
}
</style>
background-color css
<style>
a { background-color: #DA87C4; }
a { background-color: rgb(218,135,196); }
div.DivClassName
{
background-color: #DA87C4;
}
.BgClassName
{
background-color: #DA87C4;
}
</style>
border-color css
<style>
span { border-color: #DA87C4; }
span { border-color: rgb(218,135,196); }
td.TdClassName
{
border-color: #DA87C4;
}
.TagClassName
{
border-color: #DA87C4;
}
</style>