Html Css Color HEX #D94EFA Heliotrope

📋 copy color: '#D94EFA'

red 217 ◦ green 78 ◦ blue 250

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

Shades of Heliotrope #D94EFA

Tints of Heliotrope #D94EFA

RGB

 RED value IS 217 (85.16% from 255) = 39.82%

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

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

R = 39.82%
G = 14.31%
B = 45.87%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D94EFA (or 0xD94EFA) is known color: Heliotrope. HEX triplet: D9, 4E and FA. RGB value is (217,78,250). Sum of RGB (Red+Green+Blue) = 217+78+250=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #D94EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94EFA is #26B105. Grayscale: #8A8A8A. Windows color (decimal): -2535686 or 16404185. OLE color: 16404185.

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

Color convert

RGB 217 78 250 -
CMYK 0.13 0.69 0 0.02
HSL 288.49º 0.95% 0.64% -
HSV(B) 288.49º 0.69% 0.98% -
XYZ 48.59 27.1 93.11 -
YUV 139.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 217 78 250 0.13 0.69 0 0.02 288.49 0.95 0.64
Hex D9 4E FA D 45 0 2 120 5F 40
Octal 331 116 372 15 105 0 2 440 137 100
Binary 11011001 1001110 11111010 1101 1000101 0 10 100100000 1011111 1000000

Color Harmonies of #D94EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94EFA

Black with #D94EFA

Text Example


Text Example

White with #D94EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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