Html Css Color HEX #D34EFD Heliotrope

📋 copy color: '#D34EFD'

red 211 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #D34EFD

Tints of Heliotrope #D34EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 38.93%
G = 14.39%
B = 46.68%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D34EFD (or 0xD34EFD) is known color: Heliotrope. HEX triplet: D3, 4E and FD. RGB value is (211,78,253). Sum of RGB (Red+Green+Blue) = 211+78+253=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #D34EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34EFD is #2CB102. Grayscale: #898989. Windows color (decimal): -2928899 or 16600787. OLE color: 16600787.

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

Color convert

RGB 211 78 253 -
CMYK 0.17 0.69 0 0.01
HSL 285.6º 0.98% 0.65% -
HSV(B) 285.6º 0.69% 0.99% -
XYZ 47.32 26.39 95.53 -
YUV 137.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 211 78 253 0.17 0.69 0 0.01 285.6 0.98 0.65
Hex D3 4E FD 11 45 0 1 11E 62 41
Octal 323 116 375 21 105 0 1 436 142 101
Binary 11010011 1001110 11111101 10001 1000101 0 1 100011110 1100010 1000001

Color Harmonies of #D34EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EFD

Black with #D34EFD

Text Example


Text Example

White with #D34EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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