#D14DFF

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

Shades of Heliotrope #D14DFF

Tints of Heliotrope #D14DFF

Color information

#D14DFF (or 0xD14DFF) is unknown color: approx Heliotrope. HEX triplet: D1, 4D and FF. RGB value is (209,77,255). Sum of RGB (Red+Green+Blue) = 209+77+255=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #D14DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DFF is #2EB200. Grayscale: #888888. Windows color (decimal): -3060225 or 16731601. OLE color: 16731601.

HSL color Cylindrical-coordinate representation of color #D14DFF: hue angle of 284.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14DFF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20977255-
CMYK0.180.7000
HSL284.49º100%65.1%-
HSV(B)284.49º69.8%100%-
XYZ4726.0897.17-
YUV136.76194.73179.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 77 (30.47% from 255) = 14.23%
BLUE value IS 255 (100% from 255) = 47.13%
R=38.63%
G=14.23%
B=47.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209772550.180.7000284.4910065.1
HexD14DFF12460011c6441
Octal3211153772210600434144101
Binary110100011001101111111111001010001100010001110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14DFF; }

 p { color: rgb(209,77,255); }

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

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

 a { background-color: rgb(209,77,255); }

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

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

 span { border-color: rgb(209,77,255); }

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