Html Css Color HEX #D946FA Heliotrope

📋 copy color: '#D946FA'

red 217 ◦ green 70 ◦ blue 250

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

Shades of Heliotrope #D946FA

Tints of Heliotrope #D946FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.04%

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

R = 40.41%
G = 13.04%
B = 46.55%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D946FA (or 0xD946FA) is known color: Heliotrope. HEX triplet: D9, 46 and FA. RGB value is (217,70,250). Sum of RGB (Red+Green+Blue) = 217+70+250=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 70 (27.73% from 255 or 13.04% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #D946FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946FA is #26B905. Grayscale: #858585. Windows color (decimal): -2537734 or 16402137. OLE color: 16402137.

HSL color Cylindrical-coordinate representation of color #D946FA: hue angle of 289º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D946FA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 70 250 -
CMYK 0.13 0.72 0 0.02
HSL 289º 0.95% 0.63% -
HSV(B) 289º 0.72% 0.98% -
XYZ 48.06 26.03 92.93 -
YUV 134.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 217 70 250 0.13 0.72 0 0.02 289 0.95 0.63
Hex D9 46 FA D 48 0 2 121 5F 3F
Octal 331 106 372 15 110 0 2 441 137 77
Binary 11011001 1000110 11111010 1101 1001000 0 10 100100001 1011111 111111

Color Harmonies of #D946FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946FA

Black with #D946FA

Text Example


Text Example

White with #D946FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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