Html Css Color HEX #D946FC Heliotrope

📋 copy color: '#D946FC'

red 217 ◦ green 70 ◦ blue 252

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

Shades of Heliotrope #D946FC

Tints of Heliotrope #D946FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 40.26%
G = 12.99%
B = 46.75%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D946FC (or 0xD946FC) is known color: Heliotrope. HEX triplet: D9, 46 and FC. RGB value is (217,70,252). Sum of RGB (Red+Green+Blue) = 217+70+252=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 70 (27.73% from 255 or 12.99% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #D946FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946FC is #26B903. Grayscale: #868686. Windows color (decimal): -2537732 or 16533209. OLE color: 16533209.

HSL color Cylindrical-coordinate representation of color #D946FC: hue angle of 288.46º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D946FC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 70 252 -
CMYK 0.14 0.72 0 0.01
HSL 288.46º 0.97% 0.63% -
HSV(B) 288.46º 0.72% 0.99% -
XYZ 48.38 26.16 94.6 -
YUV 134.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 217 70 252 0.14 0.72 0 0.01 288.46 0.97 0.63
Hex D9 46 FC E 48 0 1 120 61 3F
Octal 331 106 374 16 110 0 1 440 141 77
Binary 11011001 1000110 11111100 1110 1001000 0 1 100100000 1100001 111111

Color Harmonies of #D946FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946FC

Black with #D946FC

Text Example


Text Example

White with #D946FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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