Html Css Color HEX #D34EFE Heliotrope

📋 copy color: '#D34EFE'

red 211 ◦ green 78 ◦ blue 254

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

Shades of Heliotrope #D34EFE

Tints of Heliotrope #D34EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 38.86%
G = 14.36%
B = 46.78%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D34EFE (or 0xD34EFE) is known color: Heliotrope. HEX triplet: D3, 4E and FE. RGB value is (211,78,254). Sum of RGB (Red+Green+Blue) = 211+78+254=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #D34EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34EFE is #2CB101. Grayscale: #898989. Windows color (decimal): -2928898 or 16666323. OLE color: 16666323.

HSL color Cylindrical-coordinate representation of color #D34EFE: hue angle of 285.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34EFE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 78 254 -
CMYK 0.17 0.69 0 0.00
HSL 285.34º 0.99% 0.65% -
HSV(B) 285.34º 0.69% 1% -
XYZ 47.48 26.45 96.37 -
YUV 137.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 211 78 254 0.17 0.69 0 0.00 285.34 0.99 0.65
Hex D3 4E FE 11 45 0 0 11D 63 41
Octal 323 116 376 21 105 0 0 435 143 101
Binary 11010011 1001110 11111110 10001 1000101 0 0 100011101 1100011 1000001

Color Harmonies of #D34EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EFE

Black with #D34EFE

Text Example


Text Example

White with #D34EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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