Html Css Color HEX #D946FE Heliotrope

📋 copy color: '#D946FE'

red 217 ◦ green 70 ◦ blue 254

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

Shades of Heliotrope #D946FE

Tints of Heliotrope #D946FE

RGB

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

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

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

R = 40.11%
G = 12.94%
B = 46.95%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D946FE (or 0xD946FE) is known color: Heliotrope. HEX triplet: D9, 46 and FE. RGB value is (217,70,254). Sum of RGB (Red+Green+Blue) = 217+70+254=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #D946FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946FE is #26B901. Grayscale: #868686. Windows color (decimal): -2537730 or 16664281. OLE color: 16664281.

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

Color convert

RGB 217 70 254 -
CMYK 0.15 0.72 0 0.00
HSL 287.93º 0.99% 0.64% -
HSV(B) 287.93º 0.72% 1% -
XYZ 48.69 26.29 96.27 -
YUV 134.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 217 70 254 0.15 0.72 0 0.00 287.93 0.99 0.64
Hex D9 46 FE F 48 0 0 120 63 40
Octal 331 106 376 17 110 0 0 440 143 100
Binary 11011001 1000110 11111110 1111 1001000 0 0 100100000 1100011 1000000

Color Harmonies of #D946FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946FE

Black with #D946FE

Text Example


Text Example

White with #D946FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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