Shades of Shocking #DA9DC4
Tints of Shocking #DA9DC4
RGB
CMYK
RGB Variations
Color information
#DA9DC4 (or 0xDA9DC4) is known color: Shocking. HEX triplet: DA, 9D and C4. RGB value is (218,157,196). Sum of RGB (Red+Green+Blue) = 218+157+196=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DC4 is #25623B. Grayscale: #B3B3B3. Windows color (decimal): -2449980 or 12885466. OLE color: 12885466.
HSL color Cylindrical-coordinate representation of color #DA9DC4: hue angle of 321.64º 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 #DA9DC4 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 196 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.15 |
| HSL | 321.64º | 0.45% | 0.74% | - |
| HSV(B) | 321.64º | 0.28% | 0.85% | - |
| XYZ | 50.93 | 43 | 57.84 | - |
| YUV | 179.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 196 | 0 | 0.28 | 0.10 | 0.15 | 321.64 | 0.45 | 0.74 |
| Hex | DA | 9D | C4 | 0 | 1C | A | F | 142 | 2D | 4A |
| Octal | 332 | 235 | 304 | 0 | 34 | 12 | 17 | 502 | 55 | 112 |
| Binary | 11011010 | 10011101 | 11000100 | 0 | 11100 | 1010 | 1111 | 101000010 | 101101 | 1001010 |
Color Harmonies of #DA9DC4
Complementary color
Monochromatic Colors of #DA9DC4
Black with #DA9DC4
Text Example
Text Example
White with #DA9DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DC4; }
p { color: rgb(218,157,196); }
H1.HeaderClassName
{
color: #DA9DC4;
}
.AnyTagClassName
{
color: #DA9DC4;
}
</style>
background-color css
<style>
a { background-color: #DA9DC4; }
a { background-color: rgb(218,157,196); }
div.DivClassName
{
background-color: #DA9DC4;
}
.BgClassName
{
background-color: #DA9DC4;
}
</style>
border-color css
<style>
span { border-color: #DA9DC4; }
span { border-color: rgb(218,157,196); }
td.TdClassName
{
border-color: #DA9DC4;
}
.TagClassName
{
border-color: #DA9DC4;
}
</style>