Shades of Shocking #DA88C4
Tints of Shocking #DA88C4
RGB
CMYK
RGB Variations
Color information
#DA88C4 (or 0xDA88C4) is known color: Shocking. HEX triplet: DA, 88 and C4. RGB value is (218,136,196). Sum of RGB (Red+Green+Blue) = 218+136+196=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88C4 is #25773B. Grayscale: #A7A7A7. Windows color (decimal): -2455356 or 12880090. OLE color: 12880090.
HSL color Cylindrical-coordinate representation of color #DA88C4: hue angle of 316.1º 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 #DA88C4 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 196 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.15 |
| HSL | 316.1º | 0.53% | 0.69% | - |
| HSV(B) | 316.1º | 0.38% | 0.85% | - |
| XYZ | 47.68 | 36.5 | 56.76 | - |
| YUV | 167.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 196 | 0 | 0.38 | 0.10 | 0.15 | 316.1 | 0.53 | 0.69 |
| Hex | DA | 88 | C4 | 0 | 26 | A | F | 13C | 35 | 45 |
| Octal | 332 | 210 | 304 | 0 | 46 | 12 | 17 | 474 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11000100 | 0 | 100110 | 1010 | 1111 | 100111100 | 110101 | 1000101 |
Color Harmonies of #DA88C4
Complementary color
Monochromatic Colors of #DA88C4
Black with #DA88C4
Text Example
Text Example
White with #DA88C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88C4; }
p { color: rgb(218,136,196); }
H1.HeaderClassName
{
color: #DA88C4;
}
.AnyTagClassName
{
color: #DA88C4;
}
</style>
background-color css
<style>
a { background-color: #DA88C4; }
a { background-color: rgb(218,136,196); }
div.DivClassName
{
background-color: #DA88C4;
}
.BgClassName
{
background-color: #DA88C4;
}
</style>
border-color css
<style>
span { border-color: #DA88C4; }
span { border-color: rgb(218,136,196); }
td.TdClassName
{
border-color: #DA88C4;
}
.TagClassName
{
border-color: #DA88C4;
}
</style>