#DA75FB

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

Shades of Heliotrope #DA75FB

Tints of Heliotrope #DA75FB

Color information

#DA75FB (or 0xDA75FB) is unknown color: approx Heliotrope. HEX triplet: DA, 75 and FB. RGB value is (218,117,251). Sum of RGB (Red+Green+Blue) = 218+117+251=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA75FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA75FB is #258A04. Grayscale: #A2A2A2. Windows color (decimal): -2460165 or 16479706. OLE color: 16479706.

HSL color Cylindrical-coordinate representation of color #DA75FB: hue angle of 285.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA75FB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218117251-
CMYK0.130.5300.02
HSL285.22º94.37%72.16%-
HSV(B)285.22º53.39%98.43%-
XYZ52.6934.5995.17-
YUV162.48177.96167.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 117 (46.09% from 255) = 19.97%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=37.20%
G=19.97%
B=42.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181172510.130.5300.02285.2294.3772.16
HexDA75FBD350211d5e48
Octal332165373156502435136110
Binary11011010111010111111011110111010101010001110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA75FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA75FB; }

 p { color: rgb(218,117,251); }

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

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

 a { background-color: rgb(218,117,251); }

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

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

 span { border-color: rgb(218,117,251); }

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