#DA8EC5

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

Shades of Shocking #DA8EC5

Tints of Shocking #DA8EC5

Color information

#DA8EC5 (or 0xDA8EC5) is unknown color: approx Shocking. HEX triplet: DA, 8E and C5. RGB value is (218,142,197). Sum of RGB (Red+Green+Blue) = 218+142+197=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EC5 is #25713A. Grayscale: #AAAAAA. Windows color (decimal): -2453819 or 12947162. OLE color: 12947162.

HSL color Cylindrical-coordinate representation of color #DA8EC5: hue angle of 316.58º 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 #DA8EC5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218142197-
CMYK00.350.100.15
HSL316.58º50.67%70.59%-
HSV(B)316.58º34.86%85.49%-
XYZ48.6638.2857.65-
YUV170.99142.68161.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=39.14%
G=25.49%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814219700.350.100.15316.5850.6770.59
HexDA8EC5023AF13d3347
Octal332216305043121747563107
Binary1101101010001110110001010100011101011111001111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EC5; }

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

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

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

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

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

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

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

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