#DA75F8

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

Shades of Heliotrope #DA75F8

Tints of Heliotrope #DA75F8

Color information

#DA75F8 (or 0xDA75F8) is unknown color: approx Heliotrope. HEX triplet: DA, 75 and F8. RGB value is (218,117,248). Sum of RGB (Red+Green+Blue) = 218+117+248=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA75F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA75F8 is #258A07. Grayscale: #A1A1A1. Windows color (decimal): -2460168 or 16283098. OLE color: 16283098.

HSL color Cylindrical-coordinate representation of color #DA75F8: hue angle of 286.26º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA75F8 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218117248-
CMYK0.120.5300.03
HSL286.26º90.34%71.57%-
HSV(B)286.26º52.82%97.25%-
XYZ52.2234.4192.7-
YUV162.13176.46167.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 117 (46.09% from 255) = 20.07%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=37.39%
G=20.07%
B=42.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181172480.120.5300.03286.2690.3471.57
HexDA75F8C350311e5a48
Octal332165370146503436132110
Binary11011010111010111111000110011010101110001111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA75F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA75F8; }

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

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

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

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

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

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

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

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