Html Css Color HEX #D34DFA Heliotrope

📋 copy color: '#D34DFA'

red 211 ◦ green 77 ◦ blue 250

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

Shades of Heliotrope #D34DFA

Tints of Heliotrope #D34DFA

RGB

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

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

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

R = 39.22%
G = 14.31%
B = 46.47%

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

#D34DFA (or 0xD34DFA) is known color: Heliotrope. HEX triplet: D3, 4D and FA. RGB value is (211,77,250). Sum of RGB (Red+Green+Blue) = 211+77+250=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 77 (30.47% from 255 or 14.31% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #D34DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DFA is #2CB205. Grayscale: #888888. Windows color (decimal): -2929158 or 16403923. OLE color: 16403923.

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

Color convert

RGB 211 77 250 -
CMYK 0.16 0.69 0 0.02
HSL 286.47º 0.95% 0.64% -
HSV(B) 286.47º 0.69% 0.98% -
XYZ 46.77 26.06 93.01 -
YUV 136.79 191.89 180.93 -
System Red Green Blue C M Y K H S L
Decimal 211 77 250 0.16 0.69 0 0.02 286.47 0.95 0.64
Hex D3 4D FA 10 45 0 2 11E 5F 40
Octal 323 115 372 20 105 0 2 436 137 100
Binary 11010011 1001101 11111010 10000 1000101 0 10 100011110 1011111 1000000

Color Harmonies of #D34DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34DFA

Black with #D34DFA

Text Example


Text Example

White with #D34DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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