#DA8EC8

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

Shades of Shocking #DA8EC8

Tints of Shocking #DA8EC8

Color information

#DA8EC8 (or 0xDA8EC8) is unknown color: approx Shocking. HEX triplet: DA, 8E and C8. RGB value is (218,142,200). Sum of RGB (Red+Green+Blue) = 218+142+200=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EC8 is #257137. Grayscale: #ABABAB. Windows color (decimal): -2453816 or 13143770. OLE color: 13143770.

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

Color convert

RGB218142200-
CMYK00.350.080.15
HSL314.21º50.67%70.59%-
HSV(B)314.21º34.86%85.49%-
XYZ49.0138.4259.48-
YUV171.34144.18161.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=38.93%
G=25.36%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814220000.350.080.15314.2150.6770.59
HexDA8EC80238F13a3347
Octal332216310043101747263107
Binary1101101010001110110010000100011100011111001110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EC8; }

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

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

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

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

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

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

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

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