Shades of Shocking #DAA5C2
Tints of Shocking #DAA5C2
RGB
CMYK
RGB Variations
Color information
#DAA5C2 (or 0xDAA5C2) is known color: Shocking. HEX triplet: DA, A5 and C2. RGB value is (218,165,194). Sum of RGB (Red+Green+Blue) = 218+165+194=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5C2 is #255A3D. Grayscale: #B8B8B8. Windows color (decimal): -2447934 or 12756442. OLE color: 12756442.
HSL color Cylindrical-coordinate representation of color #DAA5C2: hue angle of 327.17º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA5C2 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 194 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.15 |
| HSL | 327.17º | 0.42% | 0.75% | - |
| HSV(B) | 327.17º | 0.24% | 0.85% | - |
| XYZ | 52.11 | 45.71 | 57.12 | - |
| YUV | 184.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 194 | 0 | 0.24 | 0.11 | 0.15 | 327.17 | 0.42 | 0.75 |
| Hex | DA | A5 | C2 | 0 | 18 | B | F | 147 | 2A | 4B |
| Octal | 332 | 245 | 302 | 0 | 30 | 13 | 17 | 507 | 52 | 113 |
| Binary | 11011010 | 10100101 | 11000010 | 0 | 11000 | 1011 | 1111 | 101000111 | 101010 | 1001011 |
Color Harmonies of #DAA5C2
Complementary color
Monochromatic Colors of #DAA5C2
Black with #DAA5C2
Text Example
Text Example
White with #DAA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5C2; }
p { color: rgb(218,165,194); }
H1.HeaderClassName
{
color: #DAA5C2;
}
.AnyTagClassName
{
color: #DAA5C2;
}
</style>
background-color css
<style>
a { background-color: #DAA5C2; }
a { background-color: rgb(218,165,194); }
div.DivClassName
{
background-color: #DAA5C2;
}
.BgClassName
{
background-color: #DAA5C2;
}
</style>
border-color css
<style>
span { border-color: #DAA5C2; }
span { border-color: rgb(218,165,194); }
td.TdClassName
{
border-color: #DAA5C2;
}
.TagClassName
{
border-color: #DAA5C2;
}
</style>