#DA55FE

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

Shades of Heliotrope #DA55FE

Tints of Heliotrope #DA55FE

Color information

#DA55FE (or 0xDA55FE) is unknown color: approx Heliotrope. HEX triplet: DA, 55 and FE. RGB value is (218,85,254). Sum of RGB (Red+Green+Blue) = 218+85+254=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA55FE is #25AA01. Grayscale: #8F8F8F. Windows color (decimal): -2468354 or 16668122. OLE color: 16668122.

HSL color Cylindrical-coordinate representation of color #DA55FE: hue angle of 287.22º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA55FE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21885254-
CMYK0.140.6700.00
HSL287.22º98.83%66.47%-
HSV(B)287.22º66.54%99.61%-
XYZ50.0528.5696.64-
YUV144.03190.06180.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 85 (33.59% from 255) = 15.26%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=39.14%
G=15.26%
B=45.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal218852540.140.6700.00287.2298.8366.47
HexDA55FEE430011f6342
Octal3321253761610300437143102
Binary11011010101010111111110111010000110010001111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55FE; }

 p { color: rgb(218,85,254); }

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

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

 a { background-color: rgb(218,85,254); }

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

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

 span { border-color: rgb(218,85,254); }

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