Html Css Color HEX #DA4DFA Heliotrope

📋 copy color: '#DA4DFA'

red 218 ◦ green 77 ◦ blue 250

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

Shades of Heliotrope #DA4DFA

Tints of Heliotrope #DA4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.13%

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

R = 40%
G = 14.13%
B = 45.87%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA4DFA (or 0xDA4DFA) is known color: Heliotrope. HEX triplet: DA, 4D and FA. RGB value is (218,77,250). Sum of RGB (Red+Green+Blue) = 218+77+250=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4DFA is #25B205. Grayscale: #8A8A8A. Windows color (decimal): -2470406 or 16403930. OLE color: 16403930.

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

Color convert

RGB 218 77 250 -
CMYK 0.13 0.69 0 0.02
HSL 288.9º 0.95% 0.64% -
HSV(B) 288.9º 0.69% 0.98% -
XYZ 48.82 27.12 93.1 -
YUV 138.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 218 77 250 0.13 0.69 0 0.02 288.9 0.95 0.64
Hex DA 4D FA D 45 0 2 121 5F 40
Octal 332 115 372 15 105 0 2 441 137 100
Binary 11011010 1001101 11111010 1101 1000101 0 10 100100001 1011111 1000000

Color Harmonies of #DA4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DFA

Black with #DA4DFA

Text Example


Text Example

White with #DA4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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