#DA7DFD

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

Shades of Heliotrope #DA7DFD

Tints of Heliotrope #DA7DFD

Color information

#DA7DFD (or 0xDA7DFD) is unknown color: approx Heliotrope. HEX triplet: DA, 7D and FD. RGB value is (218,125,253). Sum of RGB (Red+Green+Blue) = 218+125+253=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7DFD is #258202. Grayscale: #A6A6A6. Windows color (decimal): -2458115 or 16612826. OLE color: 16612826.

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

Color convert

RGB218125253-
CMYK0.140.5100.01
HSL283.59º96.97%74.12%-
HSV(B)283.59º50.59%99.22%-
XYZ53.9836.6697.16-
YUV167.4176.31164.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=36.58%
G=20.97%
B=42.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181252530.140.5100.01283.5996.9774.12
HexDA7DFDE330111c614a
Octal332175375166301434141112
Binary1101101011111011111110111101100110110001110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DFD; }

 p { color: rgb(218,125,253); }

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

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

 a { background-color: rgb(218,125,253); }

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

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

 span { border-color: rgb(218,125,253); }

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