#D672FA

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

Shades of Heliotrope #D672FA

Tints of Heliotrope #D672FA

Color information

#D672FA (or 0xD672FA) is unknown color: approx Heliotrope. HEX triplet: D6, 72 and FA. RGB value is (214,114,250). Sum of RGB (Red+Green+Blue) = 214+114+250=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D672FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672FA is #298D05. Grayscale: #9E9E9E. Windows color (decimal): -2723078 or 16413398. OLE color: 16413398.

HSL color Cylindrical-coordinate representation of color #D672FA: hue angle of 284.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D672FA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214114250-
CMYK0.140.5400.02
HSL284.12º93.15%71.37%-
HSV(B)284.12º54.4%98.04%-
XYZ5133.2394.17-
YUV159.4179.13166.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 114 (44.92% from 255) = 19.72%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=37.02%
G=19.72%
B=43.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141142500.140.5400.02284.1293.1571.37
HexD672FAE360211c5d47
Octal326162372166602434135107
Binary11010110111001011111010111011011001010001110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672FA; }

 p { color: rgb(214,114,250); }

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

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

 a { background-color: rgb(214,114,250); }

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

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

 span { border-color: rgb(214,114,250); }

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