#DA8DC2

Color #DA8DC2 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DA8DC2

Tints of Shocking #DA8DC2

Color information

#DA8DC2 (or 0xDA8DC2) is unknown color: approx Shocking. HEX triplet: DA, 8D and C2. RGB value is (218,141,194). Sum of RGB (Red+Green+Blue) = 218+141+194=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DC2 is #25723D. Grayscale: #A9A9A9. Windows color (decimal): -2454078 or 12750298. OLE color: 12750298.

HSL color Cylindrical-coordinate representation of color #DA8DC2: hue angle of 318.7º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DC2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB218141194-
CMYK00.350.110.15
HSL318.7º50.99%70.39%-
HSV(B)318.7º35.32%85.49%-
XYZ48.1837.8555.81-
YUV170.06141.51162.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=39.42%
G=25.50%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814119400.350.110.15318.750.9970.39
HexDA8DC2023BF13f3346
Octal332215302043131747763106
Binary1101101010001101110000100100011101111111001111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DC2; }

 p { color: rgb(218,141,194); }

 H1.HeaderClassName
 {
   color: #DA8DC2;
 }
 .AnyTagClassName
 {
   color: #DA8DC2;
 }
</style>
background-color css

<style>
 a { background-color: #DA8DC2; }

 a { background-color: rgb(218,141,194); }

 div.DivClassName
 {
   background-color: #DA8DC2;
 }
 .BgClassName
 {
   background-color: #DA8DC2;
 }
</style>
border-color css

<style>
 span { border-color: #DA8DC2; }

 span { border-color: rgb(218,141,194); }

 td.TdClassName
 {
   border-color: #DA8DC2;
 }
 .TagClassName
 {
   border-color: #DA8DC2;
 }
</style>