#D984F1

Color #D984F1 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D984F1

Tints of Heliotrope #D984F1

Color information

#D984F1 (or 0xD984F1) is unknown color: approx Heliotrope. HEX triplet: D9, 84 and F1. RGB value is (217,132,241). Sum of RGB (Red+Green+Blue) = 217+132+241=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #D984F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D984F1 is #267B0E. Grayscale: #A9A9A9. Windows color (decimal): -2521871 or 15828185. OLE color: 15828185.

HSL color Cylindrical-coordinate representation of color #D984F1: hue angle of 286.79º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D984F1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217132241-
CMYK0.100.4500.05
HSL286.79º79.56%73.14%-
HSV(B)286.79º45.23%94.51%-
XYZ52.7437.6187.7-
YUV169.84168.16161.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=36.78%
G=22.37%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171322410.100.4500.05286.7979.5673.14
HexD984F1A2D0511f5049
Octal331204361125505437120111
Binary1101100110000100111100011010101101010110001111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984F1; }

 p { color: rgb(217,132,241); }

 H1.HeaderClassName
 {
   color: #D984F1;
 }
 .AnyTagClassName
 {
   color: #D984F1;
 }
</style>
background-color css

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

 a { background-color: rgb(217,132,241); }

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

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

 span { border-color: rgb(217,132,241); }

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