#D940FF

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

Shades of Heliotrope #D940FF

Tints of Heliotrope #D940FF

Color information

#D940FF (or 0xD940FF) is unknown color: approx Heliotrope. HEX triplet: D9, 40 and FF. RGB value is (217,64,255). Sum of RGB (Red+Green+Blue) = 217+64+255=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #D940FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D940FF is #26BF00. Grayscale: #828282. Windows color (decimal): -2539265 or 16728281. OLE color: 16728281.

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

Color convert

RGB21764255-
CMYK0.150.7500
HSL288.06º100%62.55%-
HSV(B)288.06º74.9%100%-
XYZ48.525.6497-
YUV131.52197.69188.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 64 (25.39% from 255) = 11.94%
BLUE value IS 255 (100% from 255) = 47.57%
R=40.49%
G=11.94%
B=47.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217642550.150.7500288.0610062.55
HexD940FFF4B00120643f
Octal331100377171130044014477
Binary1101100110000001111111111111001011001001000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D940FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D940FF; }

 p { color: rgb(217,64,255); }

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

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

 a { background-color: rgb(217,64,255); }

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

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

 span { border-color: rgb(217,64,255); }

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