Html Css Color HEX #DA73FD Heliotrope

📋 copy color: '#DA73FD'

red 218 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #DA73FD

Tints of Heliotrope #DA73FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.62%

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

R = 37.2%
G = 19.62%
B = 43.17%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA73FD (or 0xDA73FD) is known color: Heliotrope. HEX triplet: DA, 73 and FD. RGB value is (218,115,253). Sum of RGB (Red+Green+Blue) = 218+115+253=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73FD is #258C02. Grayscale: #A1A1A1. Windows color (decimal): -2460675 or 16610266. OLE color: 16610266.

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

Color convert

RGB 218 115 253 -
CMYK 0.14 0.55 0 0.01
HSL 284.78º 0.97% 0.72% -
HSV(B) 284.78º 0.55% 0.99% -
XYZ 52.77 34.26 96.76 -
YUV 161.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 218 115 253 0.14 0.55 0 0.01 284.78 0.97 0.72
Hex DA 73 FD E 37 0 1 11D 61 48
Octal 332 163 375 16 67 0 1 435 141 110
Binary 11011010 1110011 11111101 1110 110111 0 1 100011101 1100001 1001000

Color Harmonies of #DA73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73FD

Black with #DA73FD

Text Example


Text Example

White with #DA73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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