Html Css Color HEX #DA68FD Heliotrope

📋 copy color: '#DA68FD'

red 218 ◦ green 104 ◦ blue 253

#DA68FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DA68FD

Tints of Heliotrope #DA68FD

RGB

 RED value IS 218 (85.55% from 255) = 37.91%

 GREEN value IS 104 (41.02% from 255) = 18.09%

 BLUE value IS 253 (99.22% from 255) = 44%

R = 37.91%
G = 18.09%
B = 44%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA68FD (or 0xDA68FD) is known color: Heliotrope. HEX triplet: DA, 68 and FD. RGB value is (218,104,253). Sum of RGB (Red+Green+Blue) = 218+104+253=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68FD is #259702. Grayscale: #9A9A9A. Windows color (decimal): -2463491 or 16607450. OLE color: 16607450.

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

Color convert

RGB 218 104 253 -
CMYK 0.14 0.59 0 0.01
HSL 285.91º 0.97% 0.7% -
HSV(B) 285.91º 0.59% 0.99% -
XYZ 51.59 31.9 96.37 -
YUV 155.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 218 104 253 0.14 0.59 0 0.01 285.91 0.97 0.7
Hex DA 68 FD E 3B 0 1 11E 61 46
Octal 332 150 375 16 73 0 1 436 141 106
Binary 11011010 1101000 11111101 1110 111011 0 1 100011110 1100001 1000110

Color Harmonies of #DA68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68FD

Black with #DA68FD

Text Example


Text Example

White with #DA68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68FD; }

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

 H1.HeaderClassName
 {
   color: #DA68FD;
 }
 .AnyTagClassName
 {
   color: #DA68FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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