#D140FE

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

Shades of Heliotrope #D140FE

Tints of Heliotrope #D140FE

Color information

#D140FE (or 0xD140FE) is unknown color: approx Heliotrope. HEX triplet: D1, 40 and FE. RGB value is (209,64,254). Sum of RGB (Red+Green+Blue) = 209+64+254=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #D140FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140FE is #2EBF01. Grayscale: #808080. Windows color (decimal): -3063554 or 16662737. OLE color: 16662737.

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

Color convert

RGB20964254-
CMYK0.180.7500.00
HSL285.79º98.96%62.35%-
HSV(B)285.79º74.8%99.61%-
XYZ46.0224.3896.05-
YUV129.01198.54185.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 64 (25.39% from 255) = 12.14%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=39.66%
G=12.14%
B=48.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal209642540.180.7500.00285.7998.9662.35
HexD140FE124B0011e633e
Octal321100376221130043614376
Binary11010001100000011111110100101001011001000111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140FE; }

 p { color: rgb(209,64,254); }

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

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

 a { background-color: rgb(209,64,254); }

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

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

 span { border-color: rgb(209,64,254); }

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