Html Css Color HEX #D34EFA Heliotrope

📋 copy color: '#D34EFA'

red 211 ◦ green 78 ◦ blue 250

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

Shades of Heliotrope #D34EFA

Tints of Heliotrope #D34EFA

RGB

 RED value IS 211 (82.81% from 255) = 39.15%

 GREEN value IS 78 (30.86% from 255) = 14.47%

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

R = 39.15%
G = 14.47%
B = 46.38%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D34EFA (or 0xD34EFA) is known color: Heliotrope. HEX triplet: D3, 4E and FA. RGB value is (211,78,250). Sum of RGB (Red+Green+Blue) = 211+78+250=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 78 (30.86% from 255 or 14.47% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #D34EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34EFA is #2CB105. Grayscale: #888888. Windows color (decimal): -2928902 or 16404179. OLE color: 16404179.

HSL color Cylindrical-coordinate representation of color #D34EFA: hue angle of 286.4º 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 #D34EFA is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 78 250 -
CMYK 0.16 0.69 0 0.02
HSL 286.4º 0.95% 0.64% -
HSV(B) 286.4º 0.69% 0.98% -
XYZ 46.84 26.2 93.03 -
YUV 137.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 211 78 250 0.16 0.69 0 0.02 286.4 0.95 0.64
Hex D3 4E FA 10 45 0 2 11E 5F 40
Octal 323 116 372 20 105 0 2 436 137 100
Binary 11010011 1001110 11111010 10000 1000101 0 10 100011110 1011111 1000000

Color Harmonies of #D34EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EFA

Black with #D34EFA

Text Example


Text Example

White with #D34EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EFA; }

 p { color: rgb(211,78,250); }

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

background-color css

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

 a { background-color: rgb(211,78,250); }

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

border-color css

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

 span { border-color: rgb(211,78,250); }

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