Html Css Color HEX #D34EF6 Heliotrope

📋 copy color: '#D34EF6'

red 211 ◦ green 78 ◦ blue 246

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

Shades of Heliotrope #D34EF6

Tints of Heliotrope #D34EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 39.44%
G = 14.58%
B = 45.98%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D34EF6 (or 0xD34EF6) is known color: Heliotrope. HEX triplet: D3, 4E and F6. RGB value is (211,78,246). Sum of RGB (Red+Green+Blue) = 211+78+246=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #D34EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34EF6 is #2CB109. Grayscale: #888888. Windows color (decimal): -2928906 or 16142035. OLE color: 16142035.

HSL color Cylindrical-coordinate representation of color #D34EF6: hue angle of 287.5º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34EF6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 78 246 -
CMYK 0.14 0.68 0 0.04
HSL 287.5º 0.9% 0.64% -
HSV(B) 287.5º 0.68% 0.96% -
XYZ 46.22 25.95 89.76 -
YUV 136.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 211 78 246 0.14 0.68 0 0.04 287.5 0.9 0.64
Hex D3 4E F6 E 44 0 4 120 5A 40
Octal 323 116 366 16 104 0 4 440 132 100
Binary 11010011 1001110 11110110 1110 1000100 0 100 100100000 1011010 1000000

Color Harmonies of #D34EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EF6

Black with #D34EF6

Text Example


Text Example

White with #D34EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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