Shades of Shocking #DA9DC5
Tints of Shocking #DA9DC5
RGB
CMYK
RGB Variations
Color information
#DA9DC5 (or 0xDA9DC5) is known color: Shocking. HEX triplet: DA, 9D and C5. RGB value is (218,157,197). Sum of RGB (Red+Green+Blue) = 218+157+197=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DC5 is #25623A. Grayscale: #B3B3B3. Windows color (decimal): -2449979 or 12951002. OLE color: 12951002.
HSL color Cylindrical-coordinate representation of color #DA9DC5: hue angle of 320.66º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DC5 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 197 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.15 |
| HSL | 320.66º | 0.45% | 0.74% | - |
| HSV(B) | 320.66º | 0.28% | 0.85% | - |
| XYZ | 51.05 | 43.05 | 58.44 | - |
| YUV | 179.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 197 | 0 | 0.28 | 0.10 | 0.15 | 320.66 | 0.45 | 0.74 |
| Hex | DA | 9D | C5 | 0 | 1C | A | F | 141 | 2D | 4A |
| Octal | 332 | 235 | 305 | 0 | 34 | 12 | 17 | 501 | 55 | 112 |
| Binary | 11011010 | 10011101 | 11000101 | 0 | 11100 | 1010 | 1111 | 101000001 | 101101 | 1001010 |
Color Harmonies of #DA9DC5
Complementary color
Monochromatic Colors of #DA9DC5
Black with #DA9DC5
Text Example
Text Example
White with #DA9DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DC5; }
p { color: rgb(218,157,197); }
H1.HeaderClassName
{
color: #DA9DC5;
}
.AnyTagClassName
{
color: #DA9DC5;
}
</style>
background-color css
<style>
a { background-color: #DA9DC5; }
a { background-color: rgb(218,157,197); }
div.DivClassName
{
background-color: #DA9DC5;
}
.BgClassName
{
background-color: #DA9DC5;
}
</style>
border-color css
<style>
span { border-color: #DA9DC5; }
span { border-color: rgb(218,157,197); }
td.TdClassName
{
border-color: #DA9DC5;
}
.TagClassName
{
border-color: #DA9DC5;
}
</style>