#DA8BEC

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

Shades of Violet #DA8BEC

Tints of Violet #DA8BEC

Color information

#DA8BEC (or 0xDA8BEC) is unknown color: approx Violet. HEX triplet: DA, 8B and EC. RGB value is (218,139,236). Sum of RGB (Red+Green+Blue) = 218+139+236=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BEC is #257413. Grayscale: #ADADAD. Windows color (decimal): -2454548 or 15502298. OLE color: 15502298.

HSL color Cylindrical-coordinate representation of color #DA8BEC: hue angle of 288.87º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8BEC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218139236-
CMYK0.080.4100.07
HSL288.87º71.85%73.53%-
HSV(B)288.87º41.1%92.55%-
XYZ53.2939.4384.16-
YUV173.68163.17159.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=36.76%
G=23.44%
B=39.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181392360.080.4100.07288.8771.8573.53
HexDA8BEC82907121484a
Octal332213354105107441110112
Binary1101101010001011111011001000101001011110010000110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BEC; }

 p { color: rgb(218,139,236); }

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

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

 a { background-color: rgb(218,139,236); }

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

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

 span { border-color: rgb(218,139,236); }

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