#DA8EC2

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

Shades of Shocking #DA8EC2

Tints of Shocking #DA8EC2

Color information

#DA8EC2 (or 0xDA8EC2) is unknown color: approx Shocking. HEX triplet: DA, 8E and C2. RGB value is (218,142,194). Sum of RGB (Red+Green+Blue) = 218+142+194=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EC2 is #25713D. Grayscale: #AAAAAA. Windows color (decimal): -2453822 or 12750554. OLE color: 12750554.

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

Color convert

RGB218142194-
CMYK00.350.110.15
HSL318.95º50.67%70.59%-
HSV(B)318.95º34.86%85.49%-
XYZ48.3238.1555.85-
YUV170.65141.18161.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 142 (55.86% from 255) = 25.63%
BLUE value IS 194 (76.17% from 255) = 35.02%
R=39.35%
G=25.63%
B=35.02%

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
Decimal21814219400.350.110.15318.9550.6770.59
HexDA8EC2023BF13f3347
Octal332216302043131747763107
Binary1101101010001110110000100100011101111111001111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EC2; }

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

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

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

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

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

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

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

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