Html Css Color HEX #DA74FA Heliotrope

📋 copy color: '#DA74FA'

red 218 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #DA74FA

Tints of Heliotrope #DA74FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.86%

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 37.33%
G = 19.86%
B = 42.81%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA74FA (or 0xDA74FA) is known color: Heliotrope. HEX triplet: DA, 74 and FA. RGB value is (218,116,250). Sum of RGB (Red+Green+Blue) = 218+116+250=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74FA is #258B05. Grayscale: #A1A1A1. Windows color (decimal): -2460422 or 16413914. OLE color: 16413914.

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

Color convert

RGB 218 116 250 -
CMYK 0.13 0.54 0 0.02
HSL 285.67º 0.93% 0.72% -
HSV(B) 285.67º 0.54% 0.98% -
XYZ 52.41 34.3 94.3 -
YUV 161.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 218 116 250 0.13 0.54 0 0.02 285.67 0.93 0.72
Hex DA 74 FA D 36 0 2 11E 5D 48
Octal 332 164 372 15 66 0 2 436 135 110
Binary 11011010 1110100 11111010 1101 110110 0 10 100011110 1011101 1001000

Color Harmonies of #DA74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74FA

Black with #DA74FA

Text Example


Text Example

White with #DA74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74FA; }

 p { color: rgb(218,116,250); }

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

background-color css

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

 a { background-color: rgb(218,116,250); }

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

border-color css

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

 span { border-color: rgb(218,116,250); }

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