#D141FE

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

Shades of Heliotrope #D141FE

Tints of Heliotrope #D141FE

Color information

#D141FE (or 0xD141FE) is unknown color: approx Heliotrope. HEX triplet: D1, 41 and FE. RGB value is (209,65,254). Sum of RGB (Red+Green+Blue) = 209+65+254=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #D141FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141FE is #2EBE01. Grayscale: #808080. Windows color (decimal): -3063298 or 16662993. OLE color: 16662993.

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

Color convert

RGB20965254-
CMYK0.180.7400.00
HSL285.71º98.95%62.55%-
HSV(B)285.71º74.41%99.61%-
XYZ46.0724.4996.06-
YUV129.6198.21184.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 65 (25.78% from 255) = 12.31%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=39.58%
G=12.31%
B=48.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal209652540.180.7400.00285.7198.9562.55
HexD141FE124A0011e633f
Octal321101376221120043614377
Binary11010001100000111111110100101001010001000111101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141FE; }

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

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

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

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

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

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

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

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