Shades of Shocking #DA88C2
Tints of Shocking #DA88C2
RGB
CMYK
RGB Variations
Color information
#DA88C2 (or 0xDA88C2) is known color: Shocking. HEX triplet: DA, 88 and C2. RGB value is (218,136,194). Sum of RGB (Red+Green+Blue) = 218+136+194=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88C2 is #25773D. Grayscale: #A6A6A6. Windows color (decimal): -2455358 or 12749018. OLE color: 12749018.
HSL color Cylindrical-coordinate representation of color #DA88C2: hue angle of 317.56º 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 #DA88C2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 194 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.15 |
| HSL | 317.56º | 0.53% | 0.69% | - |
| HSV(B) | 317.56º | 0.38% | 0.85% | - |
| XYZ | 47.46 | 36.41 | 55.57 | - |
| YUV | 167.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 194 | 0 | 0.38 | 0.11 | 0.15 | 317.56 | 0.53 | 0.69 |
| Hex | DA | 88 | C2 | 0 | 26 | B | F | 13E | 35 | 45 |
| Octal | 332 | 210 | 302 | 0 | 46 | 13 | 17 | 476 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11000010 | 0 | 100110 | 1011 | 1111 | 100111110 | 110101 | 1000101 |
Color Harmonies of #DA88C2
Complementary color
Monochromatic Colors of #DA88C2
Black with #DA88C2
Text Example
Text Example
White with #DA88C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88C2; }
p { color: rgb(218,136,194); }
H1.HeaderClassName
{
color: #DA88C2;
}
.AnyTagClassName
{
color: #DA88C2;
}
</style>
background-color css
<style>
a { background-color: #DA88C2; }
a { background-color: rgb(218,136,194); }
div.DivClassName
{
background-color: #DA88C2;
}
.BgClassName
{
background-color: #DA88C2;
}
</style>
border-color css
<style>
span { border-color: #DA88C2; }
span { border-color: rgb(218,136,194); }
td.TdClassName
{
border-color: #DA88C2;
}
.TagClassName
{
border-color: #DA88C2;
}
</style>