Html Css Color HEX #D971FE Heliotrope

📋 copy color: '#D971FE'

red 217 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #D971FE

Tints of Heliotrope #D971FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.35%

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

R = 37.16%
G = 19.35%
B = 43.49%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D971FE (or 0xD971FE) is known color: Heliotrope. HEX triplet: D9, 71 and FE. RGB value is (217,113,254). Sum of RGB (Red+Green+Blue) = 217+113+254=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #D971FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971FE is #268E01. Grayscale: #9F9F9F. Windows color (decimal): -2526722 or 16675289. OLE color: 16675289.

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

Color convert

RGB 217 113 254 -
CMYK 0.15 0.56 0 0.00
HSL 284.26º 0.99% 0.72% -
HSV(B) 284.26º 0.56% 1% -
XYZ 52.41 33.72 97.51 -
YUV 160.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 217 113 254 0.15 0.56 0 0.00 284.26 0.99 0.72
Hex D9 71 FE F 38 0 0 11C 63 48
Octal 331 161 376 17 70 0 0 434 143 110
Binary 11011001 1110001 11111110 1111 111000 0 0 100011100 1100011 1001000

Color Harmonies of #D971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971FE

Black with #D971FE

Text Example


Text Example

White with #D971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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