Html Css Color HEX #D986FE Heliotrope

📋 copy color: '#D986FE'

red 217 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #D986FE

Tints of Heliotrope #D986FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.15%

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

R = 35.87%
G = 22.15%
B = 41.98%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D986FE (or 0xD986FE) is known color: Heliotrope. HEX triplet: D9, 86 and FE. RGB value is (217,134,254). Sum of RGB (Red+Green+Blue) = 217+134+254=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #D986FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986FE is #267901. Grayscale: #ACACAC. Windows color (decimal): -2521346 or 16680665. OLE color: 16680665.

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

Color convert

RGB 217 134 254 -
CMYK 0.15 0.47 0 0.00
HSL 281.5º 0.98% 0.76% -
HSV(B) 281.5º 0.47% 1% -
XYZ 55.03 38.96 98.39 -
YUV 172.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 217 134 254 0.15 0.47 0 0.00 281.5 0.98 0.76
Hex D9 86 FE F 2F 0 0 11A 62 4C
Octal 331 206 376 17 57 0 0 432 142 114
Binary 11011001 10000110 11111110 1111 101111 0 0 100011010 1100010 1001100

Color Harmonies of #D986FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986FE

Black with #D986FE

Text Example


Text Example

White with #D986FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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