#DA53FC

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

Shades of Heliotrope #DA53FC

Tints of Heliotrope #DA53FC

Color information

#DA53FC (or 0xDA53FC) is unknown color: approx Heliotrope. HEX triplet: DA, 53 and FC. RGB value is (218,83,252). Sum of RGB (Red+Green+Blue) = 218+83+252=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 83 (32.81% from 255 or 15.01% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA53FC is #25AC03. Grayscale: #8E8E8E. Windows color (decimal): -2468868 or 16536538. OLE color: 16536538.

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

Color convert

RGB21883252-
CMYK0.130.6700.01
HSL287.93º96.57%65.69%-
HSV(B)287.93º67.06%98.82%-
XYZ49.5828.1294.91-
YUV142.63189.73181.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 83 (32.81% from 255) = 15.01%
BLUE value IS 252 (98.83% from 255) = 45.57%
R=39.42%
G=15.01%
B=45.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218832520.130.6700.01287.9396.5765.69
HexDA53FCD43011206142
Octal3321233741510301440141102
Binary11011010101001111111100110110000110110010000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA53FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA53FC; }

 p { color: rgb(218,83,252); }

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

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

 a { background-color: rgb(218,83,252); }

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

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

 span { border-color: rgb(218,83,252); }

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